From 67442c6e80b7267ada4b542c0cf0d4266d280528 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Fri, 19 Sep 2008 14:51:41 +0000 Subject: [PATCH] Bring the usage message in sync with the manual page. --- usr.sbin/pmcstat/pmcstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index bc4f02193aa5..0e9a54a45d7b 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -508,7 +508,8 @@ pmcstat_show_usage(void) "\t -q\t\t suppress verbosity\n" "\t -r fsroot\t specify FS root directory\n" "\t -s spec\t allocate a system-wide counting PMC\n" - "\t -t pid\t\t attach to running process with pid \"pid\"\n" + "\t -t process-spec attach to running processes matching " + "\"process-spec\"\n" "\t -v\t\t increase verbosity\n" "\t -w secs\t set printing time interval\n" "\t -z depth\t limit callchain display depth"