From adf624424072943ace2059b47ea718cb580db65d Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Fri, 8 May 2009 04:00:14 +0000 Subject: [PATCH] Fix an error in fs_cli's usage git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13258 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 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");