mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	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
This commit is contained in:
		@@ -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";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user