[asterisk-commits] mvanbaak: branch group/cli_cleanup r145116 - /team/group/cli_cleanup/apps/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Sep 28 17:32:45 CDT 2008


Author: mvanbaak
Date: Sun Sep 28 17:32:44 2008
New Revision: 145116

URL: http://svn.digium.com/view/asterisk?view=rev&rev=145116
Log:
consise only applies to meetme list

Modified:
    team/group/cli_cleanup/apps/app_meetme.c

Modified: team/group/cli_cleanup/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/team/group/cli_cleanup/apps/app_meetme.c?view=diff&rev=145116&r1=145115&r2=145116
==============================================================================
--- team/group/cli_cleanup/apps/app_meetme.c (original)
+++ team/group/cli_cleanup/apps/app_meetme.c Sun Sep 28 17:32:44 2008
@@ -960,7 +960,7 @@
 
 	switch (cmd) {
 	case CLI_INIT:
-		e->command = "meetme {lock|unlock|mute|unmute|kick|list} [concise] <confno> <username>";
+		e->command = "meetme {lock|unlock|mute|unmute|kick|list [concise]} <confno> <username>";
 		e->usage =
 			"Usage: meetme (un)lock|(un)mute|kick|list [concise] <confno> <usernumber>\n"
 			"       Executes a command for the conference or on a conferee\n";




More information about the asterisk-commits mailing list