From 422f59fa04b363ee0890f50f5d8ba70c6c8d1a77 Mon Sep 17 00:00:00 2001
From: Michael Collins <msc@freeswitch.org>
Date: Fri, 6 Feb 2009 20:33:20 +0000
Subject: [PATCH] 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
---
 libs/esl/fs_cli.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 <enter> to see a list of commands\n\n\n"
 			);
 }