mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 01:36:48 +00:00
Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
Reference in New Issue
Block a user