Browse Source

core: detailed help msg for -W option

- poll type option requires an argument
Daniel-Constantin Mierla 15 years ago
parent
commit
84597b7b05
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main.c

+ 2 - 1
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\