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:
Tilghman Lesher
2006-11-02 23:00:20 +00:00
parent ea69dd0cbc
commit e05a2752e8
26 changed files with 220 additions and 500 deletions

View File

@@ -554,7 +554,7 @@ static int init_keys(int fd, int argc, char *argv[])
}
static char show_key_usage[] =
"Usage: keys list\n"
"Usage: keys show\n"
" Displays information about RSA keys known by Asterisk\n";
static char init_keys_usage[] =
@@ -572,7 +572,7 @@ static struct ast_cli_entry cli_init_keys_deprecated = {
NULL };
static struct ast_cli_entry cli_crypto[] = {
{ { "keys", "list", NULL },
{ { "keys", "show", NULL },
show_keys, "Displays RSA key information",
show_key_usage, NULL, &cli_show_keys_deprecated },