]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
The CLI command should not contain <placeholder>s, these are for descriptions.
authorSean Bright <sean@malleable.com>
Fri, 3 Dec 2010 17:40:52 +0000 (17:40 +0000)
committerSean Bright <sean@malleable.com>
Fri, 3 Dec 2010 17:40:52 +0000 (17:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@297534 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_console.c

index 4b278412a4ee10209c3cb1023869e3d54757f001..79307c9e74a067e4c1e21ba738ddc691e5f164d6 100644 (file)
@@ -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 [<device>]";
+               e->command = "console {set|show} active";
                e->usage =
                        "Usage: console {set|show} active [<device>]\n"
                        "       Set or show the active console device for the Asterisk CLI.\n";