diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 0e08977f69..385666a315 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -571,7 +571,7 @@ static char *handle_cli_mixmonitor(struct ast_cli_entry *e, int cmd, struct ast_ switch (cmd) { case CLI_INIT: - e->command = "mixmonitor {start|stop} {} [args]"; + e->command = "mixmonitor {start|stop}"; e->usage = "Usage: mixmonitor [args]\n" " The optional arguments are passed to the MixMonitor\n"