From: Mathieu Rene Date: Fri, 8 May 2009 04:00:14 +0000 (+0000) Subject: Fix an error in fs_cli's usage X-Git-Tag: v1.0.4~944 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adf624424072943ace2059b47ea718cb580db65d;p=thirdparty%2Ffreeswitch.git Fix an error in fs_cli's usage git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13258 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 9e81083a97..49396eb70c 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -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");