aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-26 19:24:23 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-26 19:24:23 +0000
commitd33873fadedf231a92c67bcca8d488d7611bffd6 (patch)
treeb66533550538f9fcc69059d42ca9ee0921abf701 /apps/app_meetme.c
parent78ee740bbf12bd9ed01ee04c6bfc81bc944f0a47 (diff)
- Mark "concise" as deprecated
- Restructure other changes to UPGRADE.txt and CHANGES We're still looking for scripts that replace asterisk -rx "show shannels concise" by using the manager interface, but still produces the same output. Anyone? git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89606 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 3c9798ad1..f39a48155 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -963,7 +963,7 @@ static char *meetme_cmd(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a
case CLI_INIT:
e->command = "meetme";
e->usage =
- "Usage: meetme concise|(un)lock|(un)mute|kick|list [concise] <confno> <usernumber>\n"
+ "Usage: meetme (un)lock|(un)mute|kick|list [concise] <confno> <usernumber>\n"
" Executes a command for the conference or on a conferee\n";
return NULL;
case CLI_GENERATE: