aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index b2cca3c15..86d12cefc 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1927,7 +1927,7 @@ static struct ast_cli_entry cli_show_features_deprecated = {
NULL };
static struct ast_cli_entry cli_features[] = {
- { { "feature", "list", NULL },
+ { { "feature", "show", NULL },
handle_showfeatures, "Lists configured features",
showfeatures_help, NULL, &cli_show_features_deprecated },