Skip to content
Snippets Groups Projects
Commit 1a32f583 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix errant tab in help output

parent f5c55580
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -58,7 +58,7 @@ if(argv.indexOf('-?') >= 0 || argv.indexOf('-help') >= 0)
writeln(" -fmt=<fmt> specify format string");
writeln(" -hdr include list header");
writeln(" -count show count of messages only");
writeln(" -all_subs action for all sub areas")
writeln(" -all_subs action for all sub areas")
writeln(" -hide_zero do not show a line if zero messages are returned")
exit(0);
}
......
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