diff options
author | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2003-04-26 21:52:03 +0000 |
---|---|---|
committer | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2003-04-26 21:52:03 +0000 |
commit | aa275fe0100c4438e7825bc270948d68b7ff3431 (patch) | |
tree | 079d97f6780714071c9eee24004946c8348f3dbf /winsup/utils/ps.cc | |
parent | 3c7197b104440217b34e36d7366ff8ebd299ca99 (diff) | |
download | newlib-aa275fe0100c4438e7825bc270948d68b7ff3431.zip newlib-aa275fe0100c4438e7825bc270948d68b7ff3431.tar.gz newlib-aa275fe0100c4438e7825bc270948d68b7ff3431.tar.bz2 |
* cygcheck.cc (usage) Add description output.
Diffstat (limited to 'winsup/utils/ps.cc')
-rw-r--r-- | winsup/utils/ps.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/utils/ps.cc b/winsup/utils/ps.cc index 8714895..b6307fd 100644 --- a/winsup/utils/ps.cc +++ b/winsup/utils/ps.cc @@ -201,6 +201,8 @@ usage (FILE * stream, int status) { fprintf (stream, "\ Usage: %s [-aefls] [-u UID]\n\ +Report process status\n\ +\n\ -a, --all show processes of all users\n\ -e, --everyone show processes of all users\n\ -f, --full show process uids, ppids\n\ |