diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-26 18:51:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-26 18:51:44 +0000 |
commit | 26a10a80263e46148c3a5b5db010772a82719fbc (patch) | |
tree | 53d1d0ea74b9f1d63592d7bc98f1b6776fba4715 /src | |
parent | 072c1efe39b33b21bac232930262e1b489993f6e (diff) | |
download | coreutils-26a10a80263e46148c3a5b5db010772a82719fbc.tar.xz |
(usage): Fix typo (--writeable -> --writable) in help output
Diffstat (limited to 'src')
-rw-r--r-- | src/who-users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/who-users.c b/src/who-users.c index 8ffb60d47..a4f5e5b33 100644 --- a/src/who-users.c +++ b/src/who-users.c @@ -648,7 +648,7 @@ usage (int status) -s (ignored)\n\ -T, -w, --mesg add user's message status as +, - or ?\n\ --message same as -T\n\ - --writeable same as -T\n\ + --writable same as -T\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ |