summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-12-28 19:27:30 +0000
committerjoe <joe@FreeBSD.org>2001-12-28 19:27:30 +0000
commit4f254fdc502cd29c57a9e97e7983b558c45e40d9 (patch)
treea3130ce0ef50fcbdb27d7a45c725e53a5a5e0398 /bin
parentb4f7193e80f4381dd023511863002bb54b4cc094 (diff)
downloadFreeBSD-src-4f254fdc502cd29c57a9e97e7983b558c45e40d9.zip
FreeBSD-src-4f254fdc502cd29c57a9e97e7983b558c45e40d9.tar.gz
Make it clearer what changed to a user using the old format of LSCOLORS.
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/print.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c
index af1b275..209f620 100644
--- a/bin/ls/print.c
+++ b/bin/ls/print.c
@@ -496,9 +496,9 @@ parsecolors(cs)
colors[i].num[j] = c[j] - '0';
if (!legacy_warn) {
fprintf(stderr,
- "warn: colors are now defined "
- "using a-h instead of 0-9. "
- "see manual page.\n");
+ "warn: LSCOLOURS should use "
+ "characters a-h instead of 0-9 ("
+ "see the manual page)\n");
}
legacy_warn = 1;
} else if (c[j] >= 'a' && c[j] <= 'h')
OpenPOWER on IntegriCloud