[Freeswitch-svn] [commit] r13258 - freeswitch/trunk/libs/esl

FreeSWITCH SVN mrene at freeswitch.org
Thu May 7 21:00:14 PDT 2009


Author: mrene
Date: Thu May  7 23:00:14 2009
New Revision: 13258

Log:
Fix an error in fs_cli's usage

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	Thu May  7 23:00:14 2009
@@ -187,7 +187,7 @@
 	printf("  -?,-h --help                    Usage Information\n");
 	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("  -p, --password=password         Password\n");
 	printf("  -x, --execute=command           Execute Command and Exit\n");
 	printf("  -l, --loglevel=command          Log Level\n");
 	printf("  -q, --quiet                     Disable logging\n");



More information about the Freeswitch-svn mailing list