From 4bfb153513b754855fc21211d2cbc6b2c0600146 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Fri, 26 Dec 2008 19:25:36 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10960 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 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; }