From 43a5963fb76f9e898182040a6670546f9eb301c2 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 15 Jul 2019 22:19:27 +0200 Subject: make: rules: added pagination_tags needs tests, but is supposed to work --- src/blogc-make/main.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/blogc-make/main.c') 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(); } -- cgit v1.2.3-18-g5258