From: Jim Meyering Date: Sun, 8 Sep 1996 22:00:35 +0000 (+0000) Subject: (usage): Refer to LS_COLORS, not LS_COLOR. X-Git-Tag: TEXTUTILS-1_19f~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85219ddf0f8e27a2d820844a19120a31c3dd288a;p=thirdparty%2Fcoreutils.git (usage): Refer to LS_COLORS, not LS_COLOR. From Santiago Vila Doncel. --- diff --git a/src/dircolors.c b/src/dircolors.c index 20a0c6357d..a52bd13b12 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -106,11 +106,11 @@ usage (int status) { printf (_("Usage: %s [OPTION]... [FILE]\n"), program_name); printf (_("\ -Output commands to set the LS_COLOR environment variable.\n\ +Output commands to set the LS_COLORS environment variable.\n\ \n\ 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\ + -b, --sh, --bourne-shell output Bourne shell code to set LS_COLORS\n\ + -c, --csh, --c-shell output C shell code to set LS_COLORS\n\ -p, --print-data-base output defaults\n\ --help display this help and exit\n\ --version output version information and exit\n\