diff --git a/channels/chan_console.c b/channels/chan_console.c index 13f1bba8f4..64c1b87fcd 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 []"; + 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";