From 3d57467b56463efb04c9449f09b85aaf6a65f158 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 31 Dec 2008 18:49:28 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11028 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/esl/fs_cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 841a961e2b..7b7a335b12 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -473,6 +473,7 @@ int main(int argc, char *argv[]) case 'h': case '?': + print_banner(stdout); usage(argv[0]); return 0; default: