Add workdir to readme
This commit is contained in:
parent
9ff420bb52
commit
cd9db6440b
|
@ -133,13 +133,14 @@ Usage:
|
||||||
./AdGuardHome [options]
|
./AdGuardHome [options]
|
||||||
|
|
||||||
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
|
-h, --host host address to bind HTTP server on
|
||||||
-p, --port port to serve HTTP pages on
|
-p, --port port to serve HTTP pages on
|
||||||
-s, --service service control action: status, install, uninstall, start, stop, restart
|
-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
|
-l, --logfile path to the log file. If empty, writes to stdout, if 'syslog' -- system log
|
||||||
-v, --verbose enable verbose output
|
-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.
|
Please note, that the command-line arguments override settings from the configuration file.
|
||||||
|
|
Loading…
Reference in New Issue