Add workdir to readme

This commit is contained in:
Andrey Meshkov 2019-02-10 21:50:55 +03:00
parent 9ff420bb52
commit cd9db6440b
1 changed files with 3 additions and 2 deletions

View File

@ -133,13 +133,14 @@ Usage:
./AdGuardHome [options]
Options:
-c, --config path to config file
-c, --config path to the config file
-w, --work-dir path to the working directory
-h, --host host address to bind HTTP server on
-p, --port port to serve HTTP pages on
-s, --service service control action: status, install, uninstall, start, stop, restart
-l, --logfile path to the log file. If empty, writes to stdout, if 'syslog' -- system log
-v, --verbose enable verbose output
--help print this help
--help print this help
```
Please note, that the command-line arguments override settings from the configuration file.