Skip to content

Commit

Permalink
better help
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Aug 13, 2017
1 parent e2dbe1c commit 06e5371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtrace/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void DoMain(string[] args)

var p = new OptionSet
{
{ "s|system", "Collect system statistics (DPC/ISR)", v => { collectSystemStats = v != null; } },
{ "s|system", "Collect system statistics (DPC/ISR) - shown in the summary", v => { collectSystemStats = v != null; } },
{ "newconsole", "Start the process in a new console window.", v => { spawnNewConsoleWindow = v != null; } },
{ "nosummary", "Prints only ETW events - no summary at the end.", v => { printSummary = v == null; } },
{ "h|help", "Show this message and exit", v => showhelp = v != null },
Expand Down

0 comments on commit 06e5371

Please sign in to comment.