aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-23 02:17:44 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-23 02:17:48 -0300
commitc7241b7dba557674ae84f53bcf55cd8597be3559 (patch)
tree79c5433d9ef36f43949512184e31d6d720265cb0
parentbc23b38c32d7a38940c50abb98c8f18b439ff93e (diff)
downloadblogc-c7241b7dba557674ae84f53bcf55cd8597be3559.tar.gz
blogc-c7241b7dba557674ae84f53bcf55cd8597be3559.tar.bz2
blogc-c7241b7dba557674ae84f53bcf55cd8597be3559.zip
cli: fixed help
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 634999c..e43b71b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -36,7 +36,7 @@ blogc_print_help(void)
{
printf(
"usage:\n"
- " blogc [-h] [-l] -t TEMPLATE [-o OUTPUT] SOURCE [SOURCE ...] - A blog compiler.\n"
+ " blogc [-h] [-v] [-l] -t TEMPLATE [-o OUTPUT] SOURCE [SOURCE ...] - A blog compiler.\n"
"\n"
"positional arguments:\n"
" SOURCE source file(s)\n"