[asterisk-commits] seanbright: branch 1.8 r297535 - in /branches/1.8: ./ channels/chan_console.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Dec 3 11:41:33 CST 2010
Author: seanbright
Date: Fri Dec 3 11:41:30 2010
New Revision: 297535
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=297535
Log:
Merged revisions 297534 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r297534 | seanbright | 2010-12-03 12:40:52 -0500 (Fri, 03 Dec 2010) | 3 lines
The CLI command should not contain <placeholder>s, these are for descriptions.
........
Modified:
branches/1.8/ (props changed)
branches/1.8/channels/chan_console.c
Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.
Modified: branches/1.8/channels/chan_console.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_console.c?view=diff&rev=297535&r1=297534&r2=297535
==============================================================================
--- branches/1.8/channels/chan_console.c (original)
+++ branches/1.8/channels/chan_console.c Fri Dec 3 11:41:30 2010
@@ -1155,7 +1155,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 asterisk-commits
mailing list