ps: Document -P option
The -P option for ps has been in there for decades but neither the man page nor the help option explained what it did. Amazing what crops up even now! References: https://unix.stackexchange.com/questions/701422/what-does-p-mean-in-the-context-of-the-ps-command
This commit is contained in:
@@ -139,6 +139,7 @@ void do_help (const char *opt, int rc) {
|
||||
fputs(_(" O <format> as -O, with BSD personality\n"), out);
|
||||
fputs(_(" -o, o, --format <format>\n"
|
||||
" user-defined format\n"), out);
|
||||
fputs(_(" -P add psr column\n"), out);
|
||||
fputs(_(" s signal format\n"), out);
|
||||
fputs(_(" u user-oriented format\n"), out);
|
||||
fputs(_(" v virtual memory format\n"), out);
|
||||
|
Reference in New Issue
Block a user