From 661a6413fbc0fa8bcee155cf86d2e8c343183b30 Mon Sep 17 00:00:00 2001 From: jamesgolovich Date: Sat, 3 Nov 2007 04:55:06 +0000 Subject: 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 --- main/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/db.c') 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 \n" " Shows Asterisk database contents, restricted to a given key.\n"; -- cgit v1.2.3