diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-07-15 22:19:27 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-07-15 22:19:31 +0200 |
commit | 43a5963fb76f9e898182040a6670546f9eb301c2 (patch) | |
tree | 1eddd37f6eab1413c83d5b98b2fb0041918a4743 /src/blogc-make/main.c | |
parent | 0f8f1f3cdc6256a11db1b60ebf0689acc0fbe922 (diff) | |
download | blogc-43a5963fb76f9e898182040a6670546f9eb301c2.tar.gz blogc-43a5963fb76f9e898182040a6670546f9eb301c2.tar.bz2 blogc-43a5963fb76f9e898182040a6670546f9eb301c2.zip |
make: rules: added pagination_tags
needs tests, but is supposed to work
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(); } |