From c771976500a03e9be6ca67f3c3ccc31f6c32f232 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 2 Nov 2006 23:00:20 +0000 Subject: Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47051 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_features.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'channels/chan_features.c') diff --git a/channels/chan_features.c b/channels/chan_features.c index 0f239ce4b..4e3d8ec31 100644 --- a/channels/chan_features.c +++ b/channels/chan_features.c @@ -530,18 +530,13 @@ static int features_show(int fd, int argc, char **argv) } static char show_features_usage[] = -"Usage: feature list channels\n" +"Usage: feature show channels\n" " Provides summary information on feature channels.\n"; -static struct ast_cli_entry cli_features_show_channels_deprecated = { - { "feature", "show", "channels", NULL }, - features_show, NULL, - NULL }; - static struct ast_cli_entry cli_features[] = { - { { "feature", "list", "channels", NULL }, + { { "feature", "show", "channels", NULL }, features_show, "List status of feature channels", - show_features_usage, NULL, &cli_features_show_channels_deprecated }, + show_features_usage }, }; static int load_module(void) -- cgit v1.2.3