OSDN Git Service

* ps.cc (usage): Fix typo.
authorcorinna <corinna>
Tue, 28 May 2002 14:59:36 +0000 (14:59 +0000)
committercorinna <corinna>
Tue, 28 May 2002 14:59:36 +0000 (14:59 +0000)
winsup/utils/ChangeLog
winsup/utils/ps.cc

index a82acc3..052d1a9 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-28  Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
+
+       * ps.cc (usage): Fix typo.
+
 2002-05-27  Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
 
        * ps.cc (prog_name): New global variable.
index 1db8499..e9f3dc6 100644 (file)
@@ -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);
 }