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:
parent
9ee03e5adb
commit
f719271ec7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user