]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Refer to LS_COLORS, not LS_COLOR.
authorJim Meyering <jim@meyering.net>
Sun, 8 Sep 1996 22:00:35 +0000 (22:00 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 8 Sep 1996 22:00:35 +0000 (22:00 +0000)
From Santiago Vila Doncel.

src/dircolors.c

index 20a0c6357d672a4374a4aef92ff38a57f157cdd4..a52bd13b129834d9e1b9e809b4e72c57d9f77d34 100644 (file)
@@ -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\