* DaemonWin32 : separate --service (boolean) from --svcctl (string) option

This commit is contained in:
hagen 2016-01-19 00:00:00 +00:00
parent c5f6a690de
commit 36750ab900
2 changed files with 4 additions and 6 deletions

View file

@ -12,6 +12,7 @@ Command line options
* --loglevel= - Log messages above this level (debug, *info, warn, error)
* --pidfile= - Where to write pidfile (dont write by default)
* --daemon= - Enable or disable daemon mode. 1 for yes, 0 for no.
* --svcctl= - Windows service management (--svcctl="install" or --svcctl="remove")
* --service= - 1 if uses system folders (/var/run/i2pd.pid, /var/log/i2pd.log, /var/lib/i2pd).
* --v6= - 1 if supports communication through ipv6, off by default
* --floodfill= - 1 if router is floodfill, off by default