Include the `-c' option in the usage() message.

Submitted by:	Cyrille Lefevre
This commit is contained in:
Garance A Drosehn 2004-06-23 11:40:56 +00:00
parent b4b243242b
commit 31172f6e1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130973

View File

@ -1135,7 +1135,7 @@ kludge_oldps_options(const char *optlist, char *origval, const char *nextarg)
static void
usage(void)
{
#define SINGLE_OPTS "[-aC" OPT_LAZY_f "HhjlmrSTuvwXxZ]"
#define SINGLE_OPTS "[-aCc" OPT_LAZY_f "HhjlmrSTuvwXxZ]"
(void)fprintf(stderr, "%s\n%s\n%s\n%s\n",
"usage: ps " SINGLE_OPTS " [-G gid[,gid]] [-O|o fmt]",