[Freeswitch-svn] [commit] r11676 - freeswitch/trunk/libs/esl

FreeSWITCH SVN mcollins at freeswitch.org
Fri Feb 6 12:33:21 PST 2009


Author: mcollins
Date: Fri Feb  6 14:33:20 2009
New Revision: 11676

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

Modified:
   freeswitch/trunk/libs/esl/fs_cli.c

Modified: freeswitch/trunk/libs/esl/fs_cli.c
==============================================================================
--- freeswitch/trunk/libs/esl/fs_cli.c	(original)
+++ freeswitch/trunk/libs/esl/fs_cli.c	Fri Feb  6 14:33:20 2009
@@ -379,7 +379,8 @@
 			"* 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"
 			);
 }
 



More information about the Freeswitch-svn mailing list