diff options
-rw-r--r-- | usr.sbin/pmccontrol/pmccontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pmccontrol/pmccontrol.c b/usr.sbin/pmccontrol/pmccontrol.c index 8e52614..6eb45a7 100644 --- a/usr.sbin/pmccontrol/pmccontrol.c +++ b/usr.sbin/pmccontrol/pmccontrol.c @@ -87,6 +87,7 @@ static int pmcc_do_list_events(void); static char usage_message[] = "Usage:\n" + " " PMCC_PROGRAM_NAME " -L\n" " " PMCC_PROGRAM_NAME " -l\n" " " PMCC_PROGRAM_NAME " -s\n" " " PMCC_PROGRAM_NAME " [-e pmc | -d pmc | -c cpu] ..."; |