]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
cli.c: `core show channels concise` is not really deprecated.
authorSean Bright <sean@seanbright.com>
Mon, 1 Apr 2024 15:08:59 +0000 (11:08 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 9 May 2024 13:48:09 +0000 (13:48 +0000)
Fixes #675

(cherry picked from commit 41daf01866dbbb45f4dd7b3e634b827255d44161)

main/cli.c

index 2cb0722ebe875d6c45c94cfe951550905dbcd255..219a839d8ddbbf10cc93a4776480c29e8b008d1d 100644 (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: