From 7b52ef13056e0bf1199abdd0a924aa25268f06d7 Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Mon, 23 Mar 2009 22:55:56 +0000 Subject: [PATCH] Cosmetics git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12725 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 d29bdcd1c1..6a44579e7e 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -180,7 +180,7 @@ static int usage(char *name){ printf(" -p, --password=FILENAME Password\n"); printf(" -x, --execute=command Execute Command and Exit\n"); printf(" -l, --loglevel=command Log Level\n"); - printf(" -q, --quiet Disable logging\n"); + printf(" -q, --quiet Disable logging\n"); printf(" -d, --debug=level Debug Level (0 - 7)\n\n"); return 1; }