]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Too many people asking 'how do I...' with fs_cli
authorMichael Collins <msc@freeswitch.org>
Fri, 6 Feb 2009 20:33:20 +0000 (20:33 +0000)
committerMichael Collins <msc@freeswitch.org>
Fri, 6 Feb 2009 20:33:20 +0000 (20:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11676 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/fs_cli.c

index 7ee1b5e37e5d2381f44f8983986801a0b5fa8721..bc4c79c9abd4179e1a6bdb36ee6578bc07c4638f 100644 (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"
                        );
 }