Fix an error in fs_cli's usage
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13258 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8653e621d5
commit
adf6244240
|
@ -187,7 +187,7 @@ static int usage(char *name){
|
|||
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");
|
||||
|
|
Loading…
Reference in New Issue