dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
jamesgolovich 2007-11-03 04:55:06 +00:00
parent 4e9e2791c2
commit 661a6413fb
1 changed files with 1 additions and 1 deletions

View File

@ -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";