From f719271ec7ae2d67d32b602c55bc917fdf6be685 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 13 Dec 2020 12:31:16 +0000 Subject: [PATCH] Uppity: fix paste error in --help output. --verbose sends log messages to standard _error_, not standard output. --- unix/uxserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/uxserver.c b/unix/uxserver.c index f8dc1033..3ff01409 100644 --- a/unix/uxserver.c +++ b/unix/uxserver.c @@ -343,7 +343,7 @@ static void show_help(FILE *fp) " --exitsignum send buggy numeric \"exit-signal\" " "message\n" " --verbose print event log messages to standard " - "output\n" + "error\n" " --sshlog FILE write SSH packet log to FILE\n" " --sshrawlog FILE write SSH packets + raw data log" " to FILE\n"