summaryrefslogtreecommitdiff
path: root/channels/chan_console.c
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2010-12-03 17:42:23 +0000
committerSean Bright <sean@malleable.com>2010-12-03 17:42:23 +0000
commitdf87ec438cca87a765e4086fd8fba63b7f1ee35b (patch)
tree9ba7aebbb553029c869d60ed28b34b0159e75222 /channels/chan_console.c
parent23d106b8053a89238be3c859785083e629d4ebc2 (diff)
Merged revisions 297535 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r297535 | seanbright | 2010-12-03 12:41:30 -0500 (Fri, 03 Dec 2010) | 9 lines Merged revisions 297534 via svnmerge from 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/trunk@297536 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_console.c')
-rw-r--r--channels/chan_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_console.c b/channels/chan_console.c
index 13f1bba8f..64c1b87fc 100644
--- a/channels/chan_console.c
+++ b/channels/chan_console.c
@@ -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";