From cd9db6440b71814b11f8e1912052362221ebe3a7 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Sun, 10 Feb 2019 21:50:55 +0300 Subject: [PATCH] Add workdir to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1b80df1..52b678db 100644 --- a/README.md +++ b/README.md @@ -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.