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

logparse.pl: document the -e option.

I'm increasingly wishing I'd written this parsing program in Python,
and yet another reason why is that using argparse for the command-line
handling makes it a lot harder to forget to write the --help text when
you add an extra option.
This commit is contained in:
Simon Tatham 2018-04-10 08:12:55 +01:00
parent 44dc516810
commit 4989447e72

View File

@ -26,6 +26,7 @@ options: --dump-channels, -c dump the final state of every channel
--dump-data, -d save data of every channel to ch0.i, ch0.o, ...
--full=PKT, -f PKT print extra detail for packets of type PKT
--verbose, -v print extra detail for all packets if available
--events, -e copy Event Log messages from input log file
EOF
exit $exitstatus;
}