From 4e9420afd23b952f0be96a7d6c470a5da049cad8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Mar 2005 14:53:45 +0000 Subject: [PATCH] (usage): Document usage of LS_COLORS. --- src/ls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index 1e61f41681..eeb471d813 100644 --- a/src/ls.c +++ b/src/ls.c @@ -4177,7 +4177,8 @@ By default, color is not used to distinguish types of files. That is\n\ equivalent to using --color=none. Using the --color option without the\n\ optional WHEN argument is equivalent to using --color=always. With\n\ --color=auto, color codes are output only if standard output is connected\n\ -to a terminal (tty).\n\ +to a terminal (tty). The environment variable LS_COLORS can influence the\n\ +colors, and can be set easily by the dircolors command.\n\ "), stdout); fputs (_("\ \n\ -- 2.47.3