summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-08-10 14:05:20 +0000
committerMiles Bader <miles@gnu.org>1996-08-10 14:05:20 +0000
commit59b4f867d6fcd1201bab26ef2018e8e02bcb73f1 (patch)
treefdc180574449fb417fa8706291431cbed57cc94c /utils/ps.c
parentcac1fb0d32a4624b8779a6e9edacb6ac918dd844 (diff)
(options): Whoops, short option for --sort is -s.
Diffstat (limited to 'utils/ps.c')
-rw-r--r--utils/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ps.c b/utils/ps.c
index de913f74..a688cb37 100644
--- a/utils/ps.c
+++ b/utils/ps.c
@@ -75,7 +75,7 @@ static const struct argp_option options[] =
" (which defaults to the sid of the"
" current process)"},
{"sid", 0, 0, OPTION_ALIAS | OPTION_HIDDEN},
- {"sort", 'S', "FIELD",0, "Sort the output with respect to FIELD,"
+ {"sort", 's', "FIELD",0, "Sort the output with respect to FIELD,"
" backwards if FIELD is prefixed by `-'"},
{"threads", 'T', 0, 0, "Show the threads for each process"},
{"tty", 't', "TTY", OA, "Only show processes with controlling"