Skip to content

Commit

Permalink
pmcstat: Fix a typo in the usage message
Browse files Browse the repository at this point in the history
Reviewed by:	emaste
Approved by:	emaste
Differential Revision:	https://reviews.freebsd.org/D26082
  • Loading branch information
0mp committed Nov 4, 2020
1 parent 29c9e2a commit 0ba928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/pmcstat/pmcstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ pmcstat_show_usage(void)
"\t -R file\t read events from \"file\"\n"
"\t -S spec\t allocate a system-wide sampling PMC\n"
"\t -T\t\t start in top mode\n"
"\t -U \t\n merged user kernel stack capture\n"
"\t -U \t\t merged user kernel stack capture\n"
"\t -W\t\t (toggle) show counts per context switch\n"
"\t -a file\t print sampled PCs and callgraph to \"file\"\n"
"\t -c cpu-list\t set cpus for subsequent system-wide PMCs\n"
Expand Down

0 comments on commit 0ba928b

Please sign in to comment.