aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f196701..a2d6611 100644
--- a/src/main.c
+++ b/src/main.c
@@ -101,7 +101,7 @@ static void usage(char *progname) {
strcat(opt_short, " ");
}
- sprintf(tmp, "\t%%-%ds\t%%s\t\t%%s", width + 4);
+ sprintf(tmp, " %%-%ds\t%%s\t\t%%s", width + 4);
sprintf(output, tmp, opt_long, opt_short, long_options_help[x]);
puts(output);
}