aboutsummaryrefslogtreecommitdiffstats
path: root/main/db.c
diff options
context:
space:
mode:
authorjamesgolovich <jamesgolovich@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-03 04:55:06 +0000
committerjamesgolovich <jamesgolovich@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-03 04:55:06 +0000
commit661a6413fbc0fa8bcee155cf86d2e8c343183b30 (patch)
treee921ceb7a138a879a9d321a53eb06356d2641556 /main/db.c
parent4e9e2791c28e9bf4f23c654ffd5c4c0fc43082b9 (diff)
Set CLI command to the correct name. Rev 85460 introduced two 'database show' commands when this one
should have been 'database showkey' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88422 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/db.c')
-rw-r--r--main/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db.c b/main/db.c
index a132aa683..0f0147cd7 100644
--- a/main/db.c
+++ b/main/db.c
@@ -429,7 +429,7 @@ static char *handle_cli_database_showkey(struct ast_cli_entry *e, int cmd, struc
switch (cmd) {
case CLI_INIT:
- e->command = "database show";
+ e->command = "database showkey";
e->usage =
"Usage: database showkey <keytree>\n"
" Shows Asterisk database contents, restricted to a given key.\n";