From: Martin Mares Date: Sun, 19 Nov 2017 12:48:28 +0000 (+0100) Subject: Client: Improved wording of help message X-Git-Tag: v0.9~9 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5afc8a8d19cbe7425a88bbe3c94cf44ce28c4cc2;p=subauth.git Client: Improved wording of help message --- diff --git a/client/subauth.c b/client/subauth.c index 7b2d755..d97b403 100644 --- a/client/subauth.c +++ b/client/subauth.c @@ -441,7 +441,7 @@ static const struct opt_section options = { OPT_SWITCH(0, "create-acct", command, CMD_CREATE_ACCT, OPT_SINGLE, "\tCreate an account"), OPT_SWITCH(0, "delete-acct", command, CMD_DELETE_ACCT, OPT_SINGLE, "\tDelete an account"), OPT_SWITCH(0, "delete-user", command, CMD_DELETE_USER, OPT_SINGLE, "\tDelete a user with all his accounts"), - OPT_SWITCH(0, "raw", command, CMD_RAW, OPT_SINGLE, "\tSend raw JSON command to the daemon"), + OPT_SWITCH(0, "raw", command, CMD_RAW, OPT_SINGLE, "\tSend raw JSON message to the daemon"), OPT_HELP(""), OPT_HELP("Command options:"), OPT_STRING('u', "user", arg_user, OPT_REQUIRED_VALUE, "login\tUser to act on (default: whoever calls it)"),