diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2008-09-19 14:51:41 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2008-09-19 14:51:41 +0000 |
commit | 99d8d99aa0169e2294a176be083085bf7a734d40 (patch) | |
tree | bf55f96e897afdf70a2b623deef744a9b8b902cf | |
parent | 2fad7e6a9bbcdabdcdf401b66e058c29ea0a89e7 (diff) | |
download | FreeBSD-src-99d8d99aa0169e2294a176be083085bf7a734d40.zip FreeBSD-src-99d8d99aa0169e2294a176be083085bf7a734d40.tar.gz |
Bring the usage message in sync with the manual page.
-rw-r--r-- | usr.sbin/pmcstat/pmcstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index bc4f021..0e9a54a 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" |