Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-05-28 18:59:36 +0400
committerCorinna Vinschen <corinna@vinschen.de>2002-05-28 18:59:36 +0400
commit6c5e0401d4b0e91a1be7917369edc0c2167fc920 (patch)
tree38d6bd059c7d53f3c17cc45cf81e4d3c25cc7081 /winsup/utils/ps.cc
parent7ea70e9970f0aff3af25905730a7337be5f88ba3 (diff)
* ps.cc (usage): Fix typo.
Diffstat (limited to 'winsup/utils/ps.cc')
-rw-r--r--winsup/utils/ps.cc3
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);
}