]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix an error in fs_cli's usage
authorMathieu Rene <mrene@avgs.ca>
Fri, 8 May 2009 04:00:14 +0000 (04:00 +0000)
committerMathieu Rene <mrene@avgs.ca>
Fri, 8 May 2009 04:00:14 +0000 (04:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13258 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/fs_cli.c

index 9e81083a97ddc38ba294ba66dbf9d650aad19fae..49396eb70c693ec3e1ff15ae1354d5c2e1799c12 100644 (file)
@@ -187,7 +187,7 @@ static int usage(char *name){
        printf("  -?,-h --help                    Usage Information\n");
        printf("  -H, --host=hostname             Host to connect\n");
        printf("  -P, --port=port                 Port to connect (1 - 65535)\n");
-       printf("  -p, --password=FILENAME         Password\n");
+       printf("  -p, --password=password         Password\n");
        printf("  -x, --execute=command           Execute Command and Exit\n");
        printf("  -l, --loglevel=command          Log Level\n");
        printf("  -q, --quiet                     Disable logging\n");