aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_crypto.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_crypto.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_crypto.c')
-rw-r--r--res/res_crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index 586dd77cf..eea8356af 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -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 },