Skip to content
Snippets Groups Projects
Commit 05dd7fec authored by James Golovich's avatar James Golovich
Browse files

Set CLI command to the correct name. Rev 85460 introduced two 'database show'...

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
parent 286840b7
Branches
Tags
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment