From: Andrej Zverev Date: Thu, 17 Jun 2010 13:37:52 +0000 (+0400) Subject: * announce the "password" keyword in usage list X-Git-Tag: 0.3.1~105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=de84c16025fd54d2f1c67cfe6a462e9c929c6244;p=rspamd.git * announce the "password" keyword in usage list --- diff --git a/src/controller.c b/src/controller.c index e1472f0cf..8239d5bad 100644 --- a/src/controller.c +++ b/src/controller.c @@ -597,12 +597,16 @@ process_command (struct controller_command *cmd, char **cmd_args, struct control break; case COMMAND_HELP: r = snprintf (out_buf, sizeof (out_buf), - "Rspamd CLI commands (* - privilleged command):" CRLF + "Rspamd CLI commands (* - privileged command):" CRLF " help - this help message" CRLF "(*) learn [-r recipient] [-m multiplier] [-f from] [-n] - learn message to specified statfile" CRLF " quit - quit CLI session" CRLF + " password - authenticate yourself for privileged commands" CRLF "(*) reload - reload rspamd" CRLF - "(*) shutdown - shutdown rspamd" CRLF " stat - show different rspamd stat" CRLF " counters - show rspamd counters" CRLF " uptime - rspamd uptime" CRLF); + "(*) shutdown - shutdown rspamd" CRLF + " stat - show different rspamd stat" CRLF + " counters - show rspamd counters" CRLF + " uptime - rspamd uptime" CRLF); rspamd_dispatcher_write (session->dispatcher, out_buf, r, FALSE, FALSE); break; case COMMAND_COUNTERS: