w: correct program help & man page regarding arguments
This commit is an outgrowth of the research into a bug involving the recently added enum 'PROCPS_PIDS_extra'. Since this program is not equipped to filter more than one user, the help text and man document were updated. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
2
w.c
2
w.c
@ -496,7 +496,7 @@ static void __attribute__ ((__noreturn__))
|
||||
{
|
||||
fputs(USAGE_HEADER, out);
|
||||
fprintf(out,
|
||||
_(" %s [options]\n"), program_invocation_short_name);
|
||||
_(" %s [options] [user]\n"), program_invocation_short_name);
|
||||
fputs(USAGE_OPTIONS, out);
|
||||
fputs(_(" -h, --no-header do not print header\n"),out);
|
||||
fputs(_(" -u, --no-current ignore current process username\n"),out);
|
||||
|
Reference in New Issue
Block a user