summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2014-04-29 07:19:22 +0000
committerscottl <scottl@FreeBSD.org>2014-04-29 07:19:22 +0000
commit508d93add8db2f16e78b079526e35c880123dc5c (patch)
tree5bbd6b8143f4f97d106dc3d4699e195f302b46f6
parentabe04f2a9a14402cb56af291f981b0a58b074c57 (diff)
downloadFreeBSD-src-508d93add8db2f16e78b079526e35c880123dc5c.zip
FreeBSD-src-508d93add8db2f16e78b079526e35c880123dc5c.tar.gz
Fix formatting of the -a option in usage() to be consistent.
Obtained from: Netflix, Inc. MFC after: 3 days
-rw-r--r--usr.sbin/pmcstat/pmcstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c
index 3edba3f..ae93b93 100644
--- a/usr.sbin/pmcstat/pmcstat.c
+++ b/usr.sbin/pmcstat/pmcstat.c
@@ -503,7 +503,7 @@ pmcstat_show_usage(void)
"\t -S spec\t allocate a system-wide sampling PMC\n"
"\t -T\t\t start in top mode\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 -a file\t print sampled PCs and callgraph to \"file\"\n"
"\t -c cpu-list\t set cpus for subsequent system-wide PMCs\n"
"\t -d\t\t (toggle) track descendants\n"
"\t -f spec\t pass \"spec\" to as plugin option\n"
OpenPOWER on IntegriCloud