From 39f4e0fcd2f75812d9debdaf5b6b202af6eca48c Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Mon, 2 May 2005 10:07:11 +0000 Subject: [PATCH] Neaten usage message. --- usr.sbin/pmcstat/pmcstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index 0c55509a7fd..ee3c4275682 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -350,7 +350,7 @@ pmcstat_show_usage(void) "\t -o file\t send print output to \"file\"\n" "\t -p spec\t allocate process-private counting PMC\n" "\t -s spec\t allocate system-wide counting PMC\n" - "\t -t pid\t attach to running process with pid \"pid\"\n" + "\t -t pid\t\t attach to running process with pid \"pid\"\n" "\t -w secs\t set printing time interval" ); }