diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index c2395ad84fa..204eae68e01 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1073,6 +1073,6 @@ void usage() { (void)fprintf(stderr, - "usage: pstat -Tfnstv [system] [-M core] [-N system]\n"); + "usage: pstat [-Tfnstv] [-M core] [-N system]\n"); exit(1); }