From: Jim Meyering Date: Thu, 25 Jul 1996 03:25:32 +0000 (+0000) Subject: (usage): Remove -h. It is not an option. X-Git-Tag: TEXTUTILS-1_19b~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e180c8f1901a7432929140deb0038a65364f92a;p=thirdparty%2Fcoreutils.git (usage): Remove -h. It is not an option. Reported by Ulrich Drepper. --- diff --git a/src/dircolors.c b/src/dircolors.c index a2eb42504c..4314c9bc30 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\ ")); }