From 37ed081c3560c54ce7ed9ba8a6836563c09609be Mon Sep 17 00:00:00 2001 From: jkoshy Date: Mon, 5 Sep 2005 18:31:09 +0000 Subject: Improve an error message. MFC after: 3 days --- usr.sbin/pmcstat/pmcstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index 755e127..a58fa1f 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -627,8 +627,8 @@ main(int argc, char **argv) /* check for counting mode options without a counting PMC */ if ((args.pa_required & FLAG_HAS_COUNTING_PMCS) && (args.pa_flags & FLAG_HAS_COUNTING_PMCS) == 0) - errx(EX_USAGE, "ERROR: options -C, -o and -W require at least " - "one counting mode PMC to be specified."); + errx(EX_USAGE, "ERROR: options -C, -W, -o and -w require at " + "least one counting mode PMC to be specified."); /* check for sampling mode options without a sampling PMC spec */ if ((args.pa_required & FLAG_HAS_SAMPLING_PMCS) && -- cgit v1.1