提交 88ecf6d1 authored 作者: Anthony Minessale's avatar Anthony Minessale

annoy CtRiX

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11546 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 27b31427
...@@ -275,6 +275,10 @@ int main(int argc, char *argv[]) ...@@ -275,6 +275,10 @@ int main(int argc, char *argv[])
switch_file_t *fd; switch_file_t *fd;
switch_memory_pool_t *pool = NULL; switch_memory_pool_t *pool = NULL;
if (argv[0] && strstr(argv[0], "freeswitchd")) {
nc++;
}
usageDesc = "these are the optional arguments you can pass to freeswitch\n" usageDesc = "these are the optional arguments you can pass to freeswitch\n"
#ifdef WIN32 #ifdef WIN32
"\t-service [name] -- start freeswitch as a service, cannot be used if loaded as a console app\n" "\t-service [name] -- start freeswitch as a service, cannot be used if loaded as a console app\n"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论