Update help message

This commit is contained in:
topjohnwu 2017-08-17 00:57:38 +08:00
parent 93b66d26ff
commit c0c38022ea

View File

@ -12,8 +12,9 @@ static char err_msg[ARG_MAX];
static void statements() { static void statements() {
fprintf(stderr, fprintf(stderr,
"Policy statements should be enclosed by quotes in command-line;\n" "One policy statement should be treated as one parameter;\n"
"the whole statement should be treated as a single parameter.\n" "this means a full policy statement should be enclosed in quotes;\n"
"multiple policy statements can be provided in a single command\n"
"\n" "\n"
"The statements has a format of \"<action> [args...]\"\n" "The statements has a format of \"<action> [args...]\"\n"
"Use '*' in args to represent every possible match.\n" "Use '*' in args to represent every possible match.\n"