mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Spacing change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 [<port> | description <config element> | descriptions [general|ports]]\n"
|
||||
" Use 0 for <port> to only print the general config.\n";
|
||||
" Use 0 for <port> to only print the general config.\n";
|
||||
return NULL;
|
||||
case CLI_GENERATE:
|
||||
return complete_show_config(a);
|
||||
|
Reference in New Issue
Block a user