From e441c40c2b9fcac987a258bc04a458eff79b8d72 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Tue, 4 Jun 2019 16:11:27 +0300 Subject: [PATCH] * update --help output --- Configuration.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Configuration.md b/Configuration.md index 0f6797b..2047a9c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -20,14 +20,17 @@ Usage: ./AdGuardHome [options] Options: - -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 + -c, --config VALUE Path to the config file + -w, --work-dir VALUE Path to the working directory + -h, --host VALUE Host address to bind HTTP server on + -p, --port VALUE Port to serve HTTP pages on + -s, --service VALUE Service control action: status, install, uninstall, start, stop, restart + -l, --logfile VALUE Path to log file. If empty: write to stdout; if 'syslog': write to system log + --pidfile VALUE Path to a file where PID is stored + --check-config Check configuration and exit + --no-check-update Don't check for updates + -v, --verbose Enable verbose output + --help Print this help ``` Please note, that the command-line arguments override settings from the configuration file.