mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
cli.c: core show channels concise is not really deprecated.
Fixes #675
(cherry picked from commit 8f797b883c)
This commit is contained in:
committed by
Asterisk Development Team
parent
779755527a
commit
bfb8019a83
@@ -1118,9 +1118,7 @@ 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"
|
" 'concise' is specified, the format is abridged and in a more easily\n"
|
||||||
" machine parsable format. If 'verbose' is specified, the output includes\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"
|
" 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;
|
return NULL;
|
||||||
|
|
||||||
case CLI_GENERATE:
|
case CLI_GENERATE:
|
||||||
|
|||||||
Reference in New Issue
Block a user