summaryrefslogtreecommitdiff
path: root/main/cli.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-11-26 19:24:23 +0000
committerOlle Johansson <oej@edvina.net>2007-11-26 19:24:23 +0000
commit130a2051faf67732ccbaf05f8d8842e26635bf92 (patch)
treeb66533550538f9fcc69059d42ca9ee0921abf701 /main/cli.c
parent0619fb124826acd56e8eb8315c436f5098cabdc3 (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: https://origsvn.digium.com/svn/asterisk/trunk@89606 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/cli.c')
-rw-r--r--main/cli.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/cli.c b/main/cli.c
index f2f7da499..d80aaae20 100644
--- a/main/cli.c
+++ b/main/cli.c
@@ -592,7 +592,9 @@ static char *handle_chanlist(struct ast_cli_entry *e, int cmd, struct ast_cli_ar
" 'concise' is specified, the format is abridged and in a more easily\n"
" machine parsable format. If 'verbose' is specified, the output includes\n"
" more and longer fields. If 'count' is specified only the channel and call\n"
- " count is output.\n";
+ " count is output.\n"
+ " The 'concise' option is deprecated and will be removed from future versions\n"
+ " of Asterisk.\n";
return NULL;
case CLI_GENERATE: