cli.c: core show channels concise is not really deprecated.

Fixes #675
This commit is contained in:
Sean Bright
2024-04-01 11:08:59 -04:00
parent 136bd5c892
commit fbb5b7c2ae

View File

@@ -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"
" 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"
" The 'concise' option is deprecated and will be removed from future versions\n"
" of Asterisk.\n";
" count is output.\n";
return NULL;
case CLI_GENERATE: