git.ckatri.com
/
opendircolors.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e4d7a2
)
Fix usage
author
Cameron Katri
<me@cameronkatri.com>
Sun, 25 Apr 2021 01:23:55 +0000
(21:23 -0400)
committer
Cameron Katri
<me@cameronkatri.com>
Sun, 25 Apr 2021 01:23:55 +0000
(21:23 -0400)
lscolors.c
patch
|
blob
|
history
diff --git
a/lscolors.c
b/lscolors.c
index 41e7b0bb63c0ed06b82e5660fbb35d0db03a5ddc..759aad51df1fc03815dee865ea71fb9e94527e72 100644
(file)
--- 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);
}