aboutsummaryrefslogtreecommitdiff
path: root/contrib/top
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-04-19 12:19:06 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-04-19 12:19:06 +0000
commitc8e1eaa0a4fe6bec439a364007eadcb0b299ad9a (patch)
treeffdad0ef29dfc007be1e64ceb7a80d46d8147306 /contrib/top
parent4ced3fbbf1e21244495bbae3f588a010bd32641e (diff)
Notes
Diffstat (limited to 'contrib/top')
-rw-r--r--contrib/top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c
index 890499ef13e4..81933e4454c6 100644
--- a/contrib/top/top.c
+++ b/contrib/top/top.c
@@ -397,7 +397,7 @@ char *argv[];
default:
fprintf(stderr,
"Top version %s\n"
-"Usage: %s [-bHIinqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n"
+"Usage: %s [-bCHIinqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n"
" [-U username] [number]\n",
version_string(), myname);
exit(1);