mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +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\" "
|
" --exitsignum send buggy numeric \"exit-signal\" "
|
||||||
"message\n"
|
"message\n"
|
||||||
" --verbose print event log messages to standard "
|
" --verbose print event log messages to standard "
|
||||||
"output\n"
|
"error\n"
|
||||||
" --sshlog FILE write SSH packet log to FILE\n"
|
" --sshlog FILE write SSH packet log to FILE\n"
|
||||||
" --sshrawlog FILE write SSH packets + raw data log"
|
" --sshrawlog FILE write SSH packets + raw data log"
|
||||||
" to FILE\n"
|
" to FILE\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user