Re-add option -C to usage().

This commit is contained in:
Ruslan Ermilov 2006-04-19 12:19:06 +00:00
parent 4ced3fbbf1
commit c8e1eaa0a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157866

View File

@ -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);