From b8c014aae747b676e781aecf74fb3c52bf0b9fa6 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 19 Apr 2006 12:19:06 +0000 Subject: Re-add option -C to usage(). --- contrib/top/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/top') 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); -- cgit v1.1