diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c index 09db18a7c9..341f950f0c 100644 --- a/channels/chan_misdn.c +++ b/channels/chan_misdn.c @@ -1188,7 +1188,7 @@ static char *handle_cli_misdn_show_config(struct ast_cli_entry *e, int cmd, stru e->command = "misdn show config"; e->usage = "Usage: misdn show config [ | description | descriptions [general|ports]]\n" - " Use 0 for to only print the general config.\n"; + " Use 0 for to only print the general config.\n"; return NULL; case CLI_GENERATE: return complete_show_config(a);