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"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to