summaryrefslogtreecommitdiff
path: root/src/dircolors.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-09-08 22:00:35 +0000
committerJim Meyering <jim@meyering.net>1996-09-08 22:00:35 +0000
commit85219ddf0f8e27a2d820844a19120a31c3dd288a (patch)
tree7174ef4973283577280dbf5151813c84e351d54d /src/dircolors.c
parentf471847cacddff9a5a0b45931b902f9468bbffd1 (diff)
downloadcoreutils-85219ddf0f8e27a2d820844a19120a31c3dd288a.tar.xz
(usage): Refer to LS_COLORS, not LS_COLOR.
From Santiago Vila Doncel.
Diffstat (limited to 'src/dircolors.c')
-rw-r--r--src/dircolors.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index 20a0c6357..a52bd13b1 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\