diff options
author | Miles Bader <miles@gnu.org> | 1995-12-17 04:29:33 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-17 04:29:33 +0000 |
commit | c8f0d6355524146ffba8ba3ffdabf9935c4c1c27 (patch) | |
tree | b05486703f059da90869bdd636e8e8f66ee15582 /utils | |
parent | 61b81dacf0861863fee21b28f608f3e4a034e108 (diff) |
(options): Reformat doc string for --tty option.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,8 +82,8 @@ static struct argp_option options[] = {"sid", 0, 0, OPTION_ALIAS | OPTION_HIDDEN}, {"sort", OPT_SORT,"FIELD", 0, "Sort the output with respect to FIELD"}, {"threads", 's', 0, 0, "Show the threads for each process"}, - {"tty", 't', "TTY", OA, "Only show processes who's controlling" - " terminal is TTY"}, + {"tty", 't', "TTY", OA, "Only show processes with controlling" + " terminal TTY"}, {0, 'u', 0, 0, "Use the `user' output-format"}, {0, 'v', 0, 0, "Use the `vmem' output-format"}, {"width", 'w', "WIDTH",OA, "If WIDTH is given, try to format the" |