diff options
author | ru <ru@FreeBSD.org> | 2006-09-29 17:28:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-29 17:28:01 +0000 |
commit | 822ecb389fa51b99acbffbd2caadfd00aa32e64e (patch) | |
tree | 5ed7b01eb95da470f7af8b0551c8ab214f740dc3 /usr.sbin/pmcstat | |
parent | 0fa5facceadd6a46a81f522812e12751139d7fd9 (diff) | |
download | FreeBSD-src-822ecb389fa51b99acbffbd2caadfd00aa32e64e.zip FreeBSD-src-822ecb389fa51b99acbffbd2caadfd00aa32e64e.tar.gz |
Line up usage output.
Diffstat (limited to 'usr.sbin/pmcstat')
-rw-r--r-- | usr.sbin/pmcstat/pmcstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index 9027a39..95c40cf 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -327,7 +327,7 @@ pmcstat_show_usage(void) "\t -c cpu\t\t set cpu for subsequent system-wide PMCs\n" "\t -d\t\t (toggle) track descendants\n" "\t -g\t\t produce gprof(1) compatible profiles\n" - "\t -k dir\t set the path to the kernel\n" + "\t -k dir\t\t set the path to the kernel\n" "\t -n rate\t set sampling rate\n" "\t -o file\t send print output to \"file\"\n" "\t -p spec\t allocate a process-private counting PMC\n" |