[svn-commits] seanbright: branch 1.6.2 r297534 - /branches/1.6.2/channels/chan_console.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 3 11:40:56 CST 2010


Author: seanbright
Date: Fri Dec  3 11:40:52 2010
New Revision: 297534

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=297534
Log:
The CLI command should not contain <placeholder>s, these are for descriptions.


Modified:
    branches/1.6.2/channels/chan_console.c

Modified: branches/1.6.2/channels/chan_console.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/channels/chan_console.c?view=diff&rev=297534&r1=297533&r2=297534
==============================================================================
--- branches/1.6.2/channels/chan_console.c (original)
+++ branches/1.6.2/channels/chan_console.c Fri Dec  3 11:40:52 2010
@@ -1156,7 +1156,7 @@
 
 	switch (cmd) {
 	case CLI_INIT:
-		e->command = "console {set|show} active [<device>]";
+		e->command = "console {set|show} active";
 		e->usage =
 			"Usage: console {set|show} active [<device>]\n"
 			"       Set or show the active console device for the Asterisk CLI.\n";




More information about the svn-commits mailing list