aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-make/main.c')
-rw-r--r--src/blogc-make/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blogc-make/main.c b/src/blogc-make/main.c
index 98d4cc7..5f6a1e9 100644
--- a/src/blogc-make/main.c
+++ b/src/blogc-make/main.c
@@ -29,7 +29,8 @@ print_help(void)
" - A simple build tool for blogc.\n"
"\n"
"positional arguments:\n"
- " RULE build rule(s) to run (default: all)\n"
+ " RULE build rule(s) to run. can include comma-separated\n"
+ " key-value pairs of rule settings (default: all)\n"
"\n"
"optional arguments:\n"
" -h show this help message and exit\n"