diff options
author | Miles Bader <miles@gnu.org> | 1995-10-30 21:25:38 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-10-30 21:25:38 +0000 |
commit | 3769bd4ce894314159aa0c44f8d9c2a6da7142d9 (patch) | |
tree | 02d50804614d370866913590c2d19cff7a46b771 /utils/ps.c | |
parent | 6df456a4a23bb8190efb4b507cbe8833e0f5fba6 (diff) |
(options): --all is -e, not -a.
Diffstat (limited to 'utils/ps.c')
-rw-r--r-- | utils/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |