aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-04-24 21:23:55 -0400
committerCameron Katri <me@cameronkatri.com>2021-04-24 21:23:55 -0400
commita028fcb4364d024986429b22b7e15d635ae479ea (patch)
tree2c7377dca2665b066403c02c69b9f39bcc9c99d1
parent7e4d7a2e55ffecdf53528c4915456e2eceb425ad (diff)
downloadopendircolors-a028fcb4364d024986429b22b7e15d635ae479ea.tar.gz
opendircolors-a028fcb4364d024986429b22b7e15d635ae479ea.tar.zst
opendircolors-a028fcb4364d024986429b22b7e15d635ae479ea.zip
Fix usage
-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);
}