[Freeswitch-svn] [commit] r10955 - freeswitch/trunk/libs/esl
    FreeSWITCH SVN 
    silik0n at freeswitch.org
       
    Fri Dec 26 10:43:54 PST 2008
    
    
  
Author: silik0n
Date: Fri Dec 26 13:43:54 2008
New Revision: 10955
Log:
clean up usage help
Modified:
   freeswitch/trunk/libs/esl/fs_cli.c
Modified: freeswitch/trunk/libs/esl/fs_cli.c
==============================================================================
--- freeswitch/trunk/libs/esl/fs_cli.c	(original)
+++ freeswitch/trunk/libs/esl/fs_cli.c	Fri Dec 26 13:43:54 2008
@@ -57,10 +57,10 @@
 	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;
 }
 
    
    
More information about the Freeswitch-svn
mailing list