summaryrefslogtreecommitdiffstats
path: root/contrib/top
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-04-19 12:19:06 +0000
committerru <ru@FreeBSD.org>2006-04-19 12:19:06 +0000
commitb8c014aae747b676e781aecf74fb3c52bf0b9fa6 (patch)
treeffdad0ef29dfc007be1e64ceb7a80d46d8147306 /contrib/top
parent0fb9a8f112ed4a82aa3a2e71ca5916ff77b73b39 (diff)
downloadFreeBSD-src-b8c014aae747b676e781aecf74fb3c52bf0b9fa6.zip
FreeBSD-src-b8c014aae747b676e781aecf74fb3c52bf0b9fa6.tar.gz
Re-add option -C to usage().
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 890499e..81933e4 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);
OpenPOWER on IntegriCloud