aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-03 17:40:52 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-03 17:40:52 +0000
commite8c701f55edeedf2fc19b8e99347c61930c274a1 (patch)
tree78fa01b3812824e10762283ac1577aad003f0827 /channels
parent7fe52047422f953220923de2b72e105ab28528cb (diff)
The CLI command should not contain <placeholder>s, these are for descriptions.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@297534 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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 4b278412a..79307c9e7 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 [<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";