]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Cosmetics
authorMichael Collins <msc@freeswitch.org>
Mon, 23 Mar 2009 22:55:56 +0000 (22:55 +0000)
committerMichael Collins <msc@freeswitch.org>
Mon, 23 Mar 2009 22:55:56 +0000 (22:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12725 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/fs_cli.c

index d29bdcd1c19dec59a727842fb2635a18446679b8..6a44579e7e5776247692bfed41db4fcd2e7ba808 100644 (file)
@@ -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;
 }