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
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: