diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 7ee1b5e37e..bc4c79c9ab 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -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 to see a list of commands\n\n\n" ); }