From 716d8f996e299a69db3dcc31d277a750764349d5 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 30 Dec 2008 21:34:59 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11009 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/esl/fs_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index f9b26ae8c5..dc34488a9e 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -481,7 +481,7 @@ int main(int argc, char *argv[]) print_banner(stdout); - esl_log(ESL_LOG_INFO, "FS CLI Ready.\n"); + esl_log(ESL_LOG_INFO, "FS CLI Ready.\nenter /help for a list of commands.\n"); while (running) {