[svn-commits] qwell: trunk r89195 - in /trunk: ./ main/pbx.c

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


Author: qwell
Date: Mon Nov 12 14:48:57 2007
New Revision: 89195

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89195
Log:
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
........

Modified:
    trunk/   (props changed)
    trunk/main/pbx.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=89195&r1=89194&r2=89195
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Mon Nov 12 14:48:57 2007
@@ -4289,7 +4289,7 @@
 	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:	




More information about the svn-commits mailing list