1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Uppity: fix paste error in --help output.

--verbose sends log messages to standard _error_, not standard output.
This commit is contained in:
Simon Tatham 2020-12-13 12:31:16 +00:00
parent 9ee03e5adb
commit f719271ec7

View File

@ -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"