]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 297534 via svnmerge from
authorSean Bright <sean@malleable.com>
Fri, 3 Dec 2010 17:41:30 +0000 (17:41 +0000)
committerSean Bright <sean@malleable.com>
Fri, 3 Dec 2010 17:41:30 +0000 (17:41 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r297534 | seanbright | 2010-12-03 12:40:52 -0500 (Fri, 03 Dec 2010) | 3 lines

  The CLI command should not contain <placeholder>s, these are for descriptions.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@297535 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_console.c

index 13f1bba8f4d58f61a409f164b79b87bf990dc574..64c1b87fcdf3ada4b9b9211db6521f663fbc87d3 100644 (file)
@@ -1155,7 +1155,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";