* ps.cc (usage): Fix typo.
This commit is contained in:
parent
7ea70e9970
commit
6c5e0401d4
@ -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>
|
2002-05-27 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
||||||
|
|
||||||
* ps.cc (prog_name): New global variable.
|
* ps.cc (prog_name): New global variable.
|
||||||
|
@ -210,7 +210,8 @@ Usage: %s [-aefls] [-u UID]\n\
|
|||||||
-u, --user list processes owned by UID\n\
|
-u, --user list processes owned by UID\n\
|
||||||
-v, --version output version information and exit\n\
|
-v, --version output version information and exit\n\
|
||||||
-W, --windows show windows as well as cygwin processes\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);
|
exit (status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user