From: Ken Rice Date: Fri, 26 Dec 2008 19:25:36 +0000 (+0000) Subject: update X-Git-Tag: v1.0.2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bfb153513b754855fc21211d2cbc6b2c0600146;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10960 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 233ed474a5..e52f4a954d 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -59,7 +59,7 @@ static int usage(char *name){ 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(" -x, --execute=command Execute Command and exit (Work In Progress)\n"); + printf(" -x, --execute=command Execute Command and Exit\n"); printf(" -d, --debug=level Debug Level (0 - 7)\n\n"); return 1; }