From: Sean Bright Date: Fri, 3 Dec 2010 17:40:52 +0000 (+0000) Subject: The CLI command should not contain s, these are for descriptions. X-Git-Tag: 1.6.2.16-rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049da7ba8acde24f34c3f985c9f954755fe66f46;p=thirdparty%2Fasterisk.git The CLI command should not contain s, these are for descriptions. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@297534 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_console.c b/channels/chan_console.c index 4b278412a4..79307c9e74 100644 --- a/channels/chan_console.c +++ b/channels/chan_console.c @@ -1156,7 +1156,7 @@ static char *cli_console_active(struct ast_cli_entry *e, int cmd, struct ast_cli switch (cmd) { case CLI_INIT: - e->command = "console {set|show} active []"; + e->command = "console {set|show} active"; e->usage = "Usage: console {set|show} active []\n" " Set or show the active console device for the Asterisk CLI.\n";