Skip to content

Commit

Permalink
1100 cpustat usage message is incorrect
Browse files Browse the repository at this point in the history
Reviewed by: David Höppner <[email protected]>
Reviewed by: Robert Mustacchi <[email protected]>
Approved by: Richard Lowe <[email protected]>
  • Loading branch information
rzezeski authored and richlowe committed Feb 3, 2015
1 parent 2515f5d commit bd181d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr/src/cmd/cpc/common/cpustat.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ main(int argc, char *argv[])
if (errcnt != 0 || opts->dohelp ||
(opts->nsets = cpc_setgrp_numsets(opts->master)) == 0) {
(void) fprintf(opts->dohelp ? stdout : stderr, gettext(
"Usage:\n\t%s [-c events] [-p period] [-nstD] "
"[-T d|u] [interval [count]]\n\n"
"\t-c events specify processor events to be monitored\n"
"Usage:\n\t%s -c spec [-c spec]... [-p period] [-T u|d]\n"
"\t\t[-sntD] [interval [count]]\n\n"
"\t-c spec\t specify processor events to be monitored\n"
"\t-n\t suppress titles\n"
"\t-p period cycle through event list periodically\n"
"\t-s\t run user soaker thread for system-only events\n"
Expand Down

0 comments on commit bd181d5

Please sign in to comment.