[sr-dev] git:master: core: detailed help msg for -W option

Daniel-Constantin Mierla miconda at gmail.com
Wed Jul 21 21:00:26 CEST 2010


Module: sip-router
Branch: master
Commit: 84597b7b05a886ec09a2fb33536612e1553d8dce
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=84597b7b05a886ec09a2fb33536612e1553d8dce

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Jul 21 20:58:51 2010 +0200

core: detailed help msg for -W option

- poll type option requires an argument

---

 main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/main.c b/main.c
index ea90c43..54638b4 100644
--- a/main.c
+++ b/main.c
@@ -226,7 +226,8 @@ Options:\n\
 #ifdef USE_TCP
 "    -T           Disable tcp\n\
     -N           Number of tcp child processes (default: equal to `-n')\n\
-    -W           poll method\n"
+    -W type      poll method (depending on support in OS, it can be: poll,\n\
+                  epoll_lt, epoll_et, sigio_rt, select, kqueue, /dev/poll)\n"
 #endif
 #ifdef USE_SCTP
 "    -S           disable sctp\n\




More information about the sr-dev mailing list