From c8e1eaa0a4fe6bec439a364007eadcb0b299ad9a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 19 Apr 2006 12:19:06 +0000 Subject: [PATCH] Re-add option -C to usage(). --- contrib/top/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);