Merged revisions 89194 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r89194 | qwell | 2007-11-12 14:46:52 -0600 (Mon, 12 Nov 2007) | 1 line

Fix a typo pointed out by De_Mon on #asterisk-dev
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89195 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2007-11-12 20:48:57 +00:00
parent c69bbd2dcf
commit 50879dcb1d

View File

@@ -4289,7 +4289,7 @@ static char *handle_show_dialplan(struct ast_cli_entry *e, int cmd, struct ast_c
case CLI_INIT:
e->command = "dialplan show";
e->usage =
"Usage: core show dialplan [exten@][context]\n"
"Usage: dialplan show [exten@][context]\n"
" Show dialplan\n";
return NULL;
case CLI_GENERATE: