From 59b4f867d6fcd1201bab26ef2018e8e02bcb73f1 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 10 Aug 1996 14:05:20 +0000 Subject: (options): Whoops, short option for --sort is -s. --- utils/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3