pmcstat: Fix a typo in the usage message

Reviewed by:	emaste
Approved by:	emaste
Differential Revision:	https://reviews.freebsd.org/D26082
This commit is contained in:
Mateusz Piotrowski 2020-11-04 15:44:59 +00:00
parent d24f17df96
commit d3231fbdd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367332

View File

@ -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"