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 8c73e13..96a145b 100644
--- a/src/blogc-make/main.c
+++ b/src/blogc-make/main.c
@@ -30,7 +30,8 @@ print_help(void)
"\n"
"positional arguments:\n"
" RULE build rule(s) to run. can include comma-separated\n"
- " key-value pairs of rule settings (default: all)\n"
+ " key-value pairs of rule arguments in the format\n"
+ " RULE:arg1=value1,arg2=value2,... (default: all)\n"
"\n"
"optional arguments:\n"
" -h show this help message and exit\n"