diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-05-28 14:59:36 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-05-28 14:59:36 +0000 |
commit | 6c5e0401d4b0e91a1be7917369edc0c2167fc920 (patch) | |
tree | 38d6bd059c7d53f3c17cc45cf81e4d3c25cc7081 /winsup/utils/ps.cc | |
parent | 7ea70e9970f0aff3af25905730a7337be5f88ba3 (diff) | |
download | cygnal-6c5e0401d4b0e91a1be7917369edc0c2167fc920.tar.gz cygnal-6c5e0401d4b0e91a1be7917369edc0c2167fc920.tar.bz2 cygnal-6c5e0401d4b0e91a1be7917369edc0c2167fc920.zip |
* ps.cc (usage): Fix typo.
Diffstat (limited to 'winsup/utils/ps.cc')
-rw-r--r-- | winsup/utils/ps.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/utils/ps.cc b/winsup/utils/ps.cc index 1db849915..e9f3dc6f3 100644 --- a/winsup/utils/ps.cc +++ b/winsup/utils/ps.cc @@ -210,7 +210,8 @@ Usage: %s [-aefls] [-u UID]\n\ -u, --user list processes owned by UID\n\ -v, --version output version information and exit\n\ -W, --windows show windows as well as cygwin processes\n\ -With options, %s outputs the long format by default\n", prog_name, prog_name); +With no options, %s outputs the long format by default\n", + prog_name, prog_name); exit (status); } |