From: Sean Bright Date: Mon, 1 Apr 2024 15:08:59 +0000 (-0400) Subject: cli.c: `core show channels concise` is not really deprecated. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41daf01866dbbb45f4dd7b3e634b827255d44161;p=thirdparty%2Fasterisk.git cli.c: `core show channels concise` is not really deprecated. Fixes #675 --- diff --git a/main/cli.c b/main/cli.c index 2cb0722ebe..219a839d8d 100644 --- a/main/cli.c +++ b/main/cli.c @@ -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: