Date: Tue, 29 Apr 2014 07:19:22 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265086 - head/usr.sbin/pmcstat Message-ID: <201404290719.s3T7JMvA094518@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: scottl Date: Tue Apr 29 07:19:22 2014 New Revision: 265086 URL: http://svnweb.freebsd.org/changeset/base/265086 Log: Fix formatting of the -a option in usage() to be consistent. Obtained from: Netflix, Inc. MFC after: 3 days Modified: head/usr.sbin/pmcstat/pmcstat.c Modified: head/usr.sbin/pmcstat/pmcstat.c ============================================================================== --- head/usr.sbin/pmcstat/pmcstat.c Tue Apr 29 07:17:33 2014 (r265085) +++ head/usr.sbin/pmcstat/pmcstat.c Tue Apr 29 07:19:22 2014 (r265086) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404290719.s3T7JMvA094518>