diff options
author | ru <ru@FreeBSD.org> | 2006-04-19 12:19:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-04-19 12:19:06 +0000 |
commit | b8c014aae747b676e781aecf74fb3c52bf0b9fa6 (patch) | |
tree | ffdad0ef29dfc007be1e64ceb7a80d46d8147306 /contrib/top/top.c | |
parent | 0fb9a8f112ed4a82aa3a2e71ca5916ff77b73b39 (diff) | |
download | FreeBSD-src-b8c014aae747b676e781aecf74fb3c52bf0b9fa6.zip FreeBSD-src-b8c014aae747b676e781aecf74fb3c52bf0b9fa6.tar.gz |
Re-add option -C to usage().
Diffstat (limited to 'contrib/top/top.c')
-rw-r--r-- | contrib/top/top.c | 2 |
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); |