mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
clean up usage help
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10955 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0bdbc85b58
commit
32bc21e861
@ -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("Usage: %s [-H <host>] [-P <port>] [-p <secret>] [-d <level>] [-x command] [profile]\n\n", name);
|
||||||
printf(" -?,-h --help Usage Information\n");
|
printf(" -?,-h --help Usage Information\n");
|
||||||
printf(" -H, --host=hostname Host to connect\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(" -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 (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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user