mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Fix silly newline miss (bug #3555)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -102,7 +102,7 @@ static int show_channeltypes(int fd, int argc, char *argv[]) | ||||
|  | ||||
| static char show_channeltypes_usage[] =  | ||||
| "Usage: show channeltypes\n" | ||||
| "       Shows available channel types registred in your Asterisk server."; | ||||
| "       Shows available channel types registered in your Asterisk server.\n"; | ||||
|  | ||||
| static struct ast_cli_entry cli_show_channeltypes =  | ||||
| 	{ { "show", "channeltypes", NULL }, show_channeltypes, "Show available channel types", show_channeltypes_usage }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user