[svn-commits] mvanbaak: branch mvanbaak/cli-command-audit r101924 - /team/mvanbaak/cli-comm...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 1 14:19:01 CST 2008


Author: mvanbaak
Date: Fri Feb  1 14:19:01 2008
New Revision: 101924

URL: http://svn.digium.com/view/asterisk?view=rev&rev=101924
Log:
small text change in the optional arguments of 'dialplan show'

Modified:
    team/mvanbaak/cli-command-audit/main/pbx.c

Modified: team/mvanbaak/cli-command-audit/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/mvanbaak/cli-command-audit/main/pbx.c?view=diff&rev=101924&r1=101923&r2=101924
==============================================================================
--- team/mvanbaak/cli-command-audit/main/pbx.c (original)
+++ team/mvanbaak/cli-command-audit/main/pbx.c Fri Feb  1 14:19:01 2008
@@ -4644,7 +4644,7 @@
 	case CLI_INIT:
 		e->command = "dialplan show";
 		e->usage = 
-			"Usage: dialplan show [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