aboutsummaryrefslogtreecommitdiffstats
path: root/dirconvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirconvert.c')
-rw-r--r--dirconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirconvert.c b/dirconvert.c
index 510821b..f2d03ef 100644
--- a/dirconvert.c
+++ b/dirconvert.c
@@ -98,6 +98,6 @@ usage(const char *progname)
char *path;
path = strdup(progname);
- (void)fprintf(stderr, "usage: %s LSCOLORS|LS_COLORS\n", basename(path));
+ (void)fprintf(stderr, "usage: %s LSCOLORS | LS_COLORS\n", basename(path));
exit(EX_USAGE);
}