Too many people asking 'how do I...' with fs_cli

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11676 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins 2009-02-06 20:33:20 +00:00
parent bc1c18cfc2
commit 422f59fa04
1 changed files with 2 additions and 1 deletions

View File

@ -379,7 +379,8 @@ static void print_banner(FILE *stream)
"* FreeSWITCH (http://www.freeswitch.org) *\n"
"* Brought to you by ClueCon http://www.cluecon.com/ *\n"
"*****************************************************\n"
"\n\n"
"\n"
"Type /help <enter> to see a list of commands\n\n\n"
);
}