]> mj.ucw.cz Git - subauth.git/commitdiff
Client: Improved wording of help message
authorMartin Mares <mj@ucw.cz>
Sun, 19 Nov 2017 12:48:28 +0000 (13:48 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 19 Nov 2017 12:48:28 +0000 (13:48 +0100)
client/subauth.c

index 7b2d755cc3523ab5ebad81b4e36fe650a672f25c..d97b403686f8f276e99285a6526015b58fee114e 100644 (file)
@@ -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)"),