diff --git a/contrib/top/top.c b/contrib/top/top.c index 890499ef13e..81933e4454c 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);