]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorKen Rice <krice@freeswitch.org>
Fri, 26 Dec 2008 19:25:36 +0000 (19:25 +0000)
committerKen Rice <krice@freeswitch.org>
Fri, 26 Dec 2008 19:25:36 +0000 (19:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10960 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/fs_cli.c

index 233ed474a5071cc0bbad4cd06442dc5553ed6d14..e52f4a954d79a9a0b9e4c79c8db0551b08fca8f1 100644 (file)
@@ -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;
 }