aboutsummaryrefslogtreecommitdiffstats
path: root/dirconvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirconvert.c')
-rw-r--r--dirconvert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dirconvert.c b/dirconvert.c
index 3cafd51..41982c1 100644
--- a/dirconvert.c
+++ b/dirconvert.c
@@ -96,6 +96,7 @@ 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);
}