From 3769bd4ce894314159aa0c44f8d9c2a6da7142d9 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 30 Oct 1995 21:25:38 +0000 Subject: (options): --all is -e, not -a. --- utils/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/ps.c') diff --git a/utils/ps.c b/utils/ps.c index 4729a17b..ab4d02d2 100644 --- a/utils/ps.c +++ b/utils/ps.c @@ -52,7 +52,7 @@ static struct argp_option options[] = " or a custom format-string"}, {0, 'd', 0, 0, "List all processes except process group" " leaders"}, - {"all", 'a', 0, 0, "List all processes"}, + {"all", 'e', 0, 0, "List all processes"}, {0, 'f', 0, 0, "Use the `full' output-format"}, {0, 'g', 0, 0, "Include session leaders"}, {"no-header", 'H', 0, 0, "Don't print a descriptive header line"}, -- cgit v1.2.3