[svn-commits] qwell: branch 1.4 r89194 - /branches/1.4/main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 12 14:46:53 CST 2007


Author: qwell
Date: Mon Nov 12 14:46:52 2007
New Revision: 89194

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89194
Log:
Fix a typo pointed out by De_Mon on #asterisk-dev

Modified:
    branches/1.4/main/pbx.c

Modified: branches/1.4/main/pbx.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/pbx.c?view=diff&rev=89194&r1=89193&r2=89194
==============================================================================
--- branches/1.4/main/pbx.c (original)
+++ branches/1.4/main/pbx.c Mon Nov 12 14:46:52 2007
@@ -3050,7 +3050,7 @@
 "       Describe a particular dialplan function.\n";
 
 static char show_dialplan_help[] =
-"Usage: core show dialplan [exten@][context]\n"
+"Usage: dialplan show [exten@][context]\n"
 "       Show dialplan\n";
 
 static char set_global_help[] =




More information about the svn-commits mailing list