diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-25 03:25:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-25 03:25:32 +0000 |
commit | 0e180c8f1901a7432929140deb0038a65364f92a (patch) | |
tree | 79b1aee3c9f60ab02ae349c3d6313696a62ce387 | |
parent | 005ed75540cfa73211dad6e1af86044680f6da65 (diff) | |
download | coreutils-0e180c8f1901a7432929140deb0038a65364f92a.tar.xz |
(usage): Remove -h. It is not an option.
Reported by Ulrich Drepper.
-rw-r--r-- | src/dircolors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dircolors.c b/src/dircolors.c index a2eb42504..4314c9bc3 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -112,7 +112,7 @@ Determine format of output:\n\ -b, --sh, --bourne-shell output Bourne shell code to set LS_COLOR\n\ -c, --csh, --c-shell output C shell code to set LS_COLOR\n\ -p, --print-data-base output defaults\n\ - -h, --help display this help and exit\n\ + --help display this help and exit\n\ --version output version information and exit\n\ ")); } |