From 05dd7fec2c6d178b188f457747682ec55891cf92 Mon Sep 17 00:00:00 2001
From: James Golovich <james@gnuinter.net>
Date: Sat, 3 Nov 2007 04:55:06 +0000
Subject: [PATCH] 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
---
 main/db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/db.c b/main/db.c
index a132aa6830..0f0147cd73 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";
-- 
GitLab