aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_indications.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-02 23:00:20 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-02 23:00:20 +0000
commitc771976500a03e9be6ca67f3c3ccc31f6c32f232 (patch)
tree52931b68b54d2adc957438ad058cf1971c3b02c4 /res/res_indications.c
parent2191f5490fdb07dc7cbf6772dbf9e946e081e4c4 (diff)
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
Diffstat (limited to 'res/res_indications.c')
-rw-r--r--res/res_indications.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_indications.c b/res/res_indications.c
index 34ddf1e31..ed8a24b33 100644
--- a/res/res_indications.c
+++ b/res/res_indications.c
@@ -64,7 +64,7 @@ static char help_remove_indication[] =
" Remove the given indication from the country.\n";
static char help_show_indications[] =
-"Usage: indication list [<country> ...]\n"
+"Usage: indication show [<country> ...]\n"
" Display either a condensed for of all country/indications, or the\n"
" indications for the specified countries.\n";
@@ -359,7 +359,7 @@ static struct ast_cli_entry cli_indications[] = {
handle_remove_indication, "Remove the given indication from the country",
help_remove_indication, NULL },
- { { "indication", "list", NULL },
+ { { "indication", "show", NULL },
handle_show_indications, "Display a list of all countries/indications",
help_show_indications, NULL, &cli_show_indications_deprecated },
};