From: Christoph Anton Mitterer Date: Thu, 26 Mar 2015 09:49:59 +0000 (+0000) Subject: doc: disambiguate the ls --color description X-Git-Tag: v8.24~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d0fc1c37c68ae1a343965d9858c97e15a3cb9c;p=thirdparty%2Fcoreutils.git doc: disambiguate the ls --color description * src/ls.c (usage): Avoid the implication that the default ls behavior is to --color=always. Reported in http://bugs.debian.org/781208 --- diff --git a/src/ls.c b/src/ls.c index d652673ee8..e406689c49 100644 --- a/src/ls.c +++ b/src/ls.c @@ -4801,9 +4801,10 @@ Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.\n\ "), stdout); fputs (_("\ -C list entries by columns\n\ - --color[=WHEN] colorize the output; WHEN can be 'never', 'auto',\ + --color[=WHEN] colorize the output; WHEN can be 'always' (default\ +\n\ + if omitted), 'auto', or 'never'; more info below\ \n\ - or 'always' (the default); more info below\n\ -d, --directory list directories themselves, not their contents\n\ -D, --dired generate output designed for Emacs' dired mode\n\ "), stdout);