summaryrefslogtreecommitdiff
path: root/main/db.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2007-11-03 04:55:06 +0000
committerJames Golovich <james@gnuinter.net>2007-11-03 04:55:06 +0000
commit05dd7fec2c6d178b188f457747682ec55891cf92 (patch)
treee921ceb7a138a879a9d321a53eb06356d2641556 /main/db.c
parent286840b7cbef70ef9999d6b10ec24858bed87e5f (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: https://origsvn.digium.com/svn/asterisk/trunk@88422 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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";