提交 32bc21e8 authored 作者: Ken Rice's avatar Ken Rice

clean up usage help

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10955 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0bdbc85b
......@@ -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;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论