Skip to content
Snippets Groups Projects
Commit 4989447e authored by Simon Tatham's avatar Simon Tatham
Browse files

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.
parent 44dc5168
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment