diff options
Diffstat (limited to 'src/blogc-make/main.c')
-rw-r--r-- | src/blogc-make/main.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/blogc-make/main.c b/src/blogc-make/main.c index d9f60b9..5b4a030 100644 --- a/src/blogc-make/main.c +++ b/src/blogc-make/main.c @@ -29,16 +29,16 @@ print_help(void) " - A simple build tool for blogc.\n" "\n" "positional arguments:\n" - " RULE build rule(s) to run. can include comma-separated\n" - " key-value pairs of rule arguments in the format\n" - " RULE:arg1=value1,arg2=value2,... (default: all)\n" + " RULE build rule(s) to run. can include comma-separated\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" - " -v show version and exit\n" - " -D build for development environment\n" - " -V be verbose when executing commands\n" - " -f FILE read FILE as blogcfile\n"); + " -h show this help message and exit\n" + " -v show version and exit\n" + " -D build for development environment\n" + " -V be verbose when executing commands\n" + " -f FILE read FILE as blogcfile\n"); bm_rule_print_help(); } |