]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix fs_cli
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 15 Jan 2010 22:18:01 +0000 (22:18 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 15 Jan 2010 22:18:01 +0000 (22:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16327 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/fs_cli.c

index fb38eaa2cf68b85d4a5a441f9b854b2e83c4c124..73266d0461b8a8a6c0da70660ac2b325da336720 100644 (file)
@@ -794,17 +794,18 @@ static void print_banner(FILE *stream)
        fprintf(stream,
                        
 
-                       "           _____ ____     ____ _     ___            \n"
-                       "          |  ___/ ___|   / ___| |   |_ _|           \n"
-                       "          | |_  \\___ \\  | |   | |    | |            \n"
-                       "          |  _|  ___) | | |___| |___ | |            \n"
-                       "          |_|   |____/   \\____|_____|___|           \n"
+                       "            _____ ____     ____ _     ___            \n"
+                       "           |  ___/ ___|   / ___| |   |_ _|           \n"
+                       "           | |_  \\___ \\  | |   | |    | |            \n"
+                       "           |  _|  ___) | | |___| |___ | |            \n"
+                       "           |_|   |____/   \\____|_____|___|           \n"
                        "\n"
-                       "*****************************************************\n"
-                       "* Anthony Minessale II, Ken Rice, Michael Jerris    *\n"
-                       "* FreeSWITCH (http://www.freeswitch.org)            *\n"
-                       "* Brought to you by ClueCon http://www.cluecon.com/ *\n"
-                       "*****************************************************\n"
+                       "*******************************************************\n"
+                       "* Anthony Minessale II, Ken Rice, Michael Jerris      *\n"
+                       "* FreeSWITCH (http://www.freeswitch.org)              *\n"
+                       "* Paypal Donations Appriciated: paypal@freeswitch.org *\n" 
+                       "* Brought to you by ClueCon http://www.cluecon.com/   *\n"
+                       "*******************************************************\n"
                        "\n"
                         "Type /help <enter> to see a list of commands\n\n\n"
                        );