From: James Golovich Date: Sat, 3 Nov 2007 04:55:06 +0000 (+0000) Subject: Set CLI command to the correct name. Rev 85460 introduced two 'database show' comman... X-Git-Tag: 1.6.0-beta1~3^2~1018 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05dd7fec2c6d178b188f457747682ec55891cf92;p=thirdparty%2Fasterisk.git 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 --- 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 \n" " Shows Asterisk database contents, restricted to a given key.\n";