aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lscolors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lscolors.c b/lscolors.c
index 41e7b0b..759aad5 100644
--- a/lscolors.c
+++ b/lscolors.c
@@ -99,6 +99,6 @@ tols_colors(char *lscolors)
void
usage(void)
{
- (void)fprintf(stderr, "%s\n", "usage: lscolors format_code ");
+ (void)fprintf(stderr, "%s\n", "usage: lscolors LSCOLORS|LS_COLORS ");
exit(EX_USAGE);
}