mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +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:
@@ -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 },
|
||||
|
||||
|
Reference in New Issue
Block a user