Make it clearer what changed to a user using the old format of LSCOLORS.

This commit is contained in:
Josef Karthauser 2001-12-28 19:27:30 +00:00
parent 6bd042dfe9
commit 130d15dc43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88588

View File

@ -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')