]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
clean up usage help
authorKen Rice <krice@freeswitch.org>
Fri, 26 Dec 2008 18:43:54 +0000 (18:43 +0000)
committerKen Rice <krice@freeswitch.org>
Fri, 26 Dec 2008 18:43:54 +0000 (18:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10955 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/fs_cli.c

index 5bf48e212411eb03cb307a142c1cb48c484d1554..3e8201fe79d137bea2c8f51ece050dd045171b9b 100644 (file)
@@ -57,10 +57,10 @@ static int usage(char *name){
        printf("Usage: %s [-H <host>] [-P <port>] [-p <secret>] [-d <level>] [-x command] [profile]\n\n", name);
        printf("  -?,-h --help                    Usage Information\n");
        printf("  -H, --host=hostname             Host to connect\n");
-       printf("  -P, --port=port                 Port 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("  -d, --debug=level               Debug Level 0 - 7\n\n");
+       printf("  -d, --debug=level               Debug Level (0 - 7)\n\n");
        return 1;
 }