Commit c0c38022 authored by topjohnwu's avatar topjohnwu

Update help message

parent 93b66d26
...@@ -12,8 +12,9 @@ static char err_msg[ARG_MAX]; ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment