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:
Mark Spencer 2005-02-10 23:46:03 +00:00
parent dcee71987e
commit 9cd9198127
1 changed files with 1 additions and 1 deletions

View File

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