summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-10-30 21:25:38 +0000
committerMiles Bader <miles@gnu.org>1995-10-30 21:25:38 +0000
commit3769bd4ce894314159aa0c44f8d9c2a6da7142d9 (patch)
tree02d50804614d370866913590c2d19cff7a46b771 /utils/ps.c
parent6df456a4a23bb8190efb4b507cbe8833e0f5fba6 (diff)
(options): --all is -e, not -a.
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 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"},