aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 616641f..1847163 100644
--- a/src/main.c
+++ b/src/main.c
@@ -41,7 +41,7 @@ blogc_print_help(void)
printf(
"usage:\n"
" blogc [-h] [-v] [-l] [-D KEY=VALUE ...] [-p KEY] [-t TEMPLATE]\n"
- " [-o OUTPUT] SOURCE [SOURCE ...] - A blog compiler.\n"
+ " [-o OUTPUT] [SOURCE ...] - A blog compiler.\n"
"\n"
"positional arguments:\n"
" SOURCE source file(s)\n"
@@ -63,7 +63,7 @@ blogc_print_usage(void)
{
printf(
"usage: blogc [-h] [-v] [-l] [-D KEY=VALUE ...] [-p KEY] [-t TEMPLATE]\n"
- " [-o OUTPUT] SOURCE [SOURCE ...]\n");
+ " [-o OUTPUT] [SOURCE ...]\n");
}