diff options
author | Miles Bader <miles@gnu.org> | 1996-08-10 14:05:20 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-10 14:05:20 +0000 |
commit | 59b4f867d6fcd1201bab26ef2018e8e02bcb73f1 (patch) | |
tree | fdc180574449fb417fa8706291431cbed57cc94c | |
parent | cac1fb0d32a4624b8779a6e9edacb6ac918dd844 (diff) |
(options): Whoops, short option for --sort is -s.
-rw-r--r-- | utils/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |