From 2cbd38f5ec6e9a9cc9a4ff76df91fc6b246eb3d5 Mon Sep 17 00:00:00 2001 From: Alexis Grant Date: Tue, 12 Sep 2017 15:07:57 -0700 Subject: [PATCH] hostname option had a strange default listed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2960b20..e0010e8 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Configuration directives can also be specified as command-line arguments (below) -p, --dest-port int Destination syslog port (default 514) --eventmachine-tail No action, provided for backwards compatibility -f, --facility string Facility (default "user") - --hostname string Local hostname to send from (default "mmartin-mb") + --hostname string Local hostname to send from (default: OS hostname) --log string Set loggo config, like: --log="=DEBUG" (default "=INFO") --new-file-check-interval int How often to check for new files (seconds) (default 10) -D, --no-detach Don't daemonize and detach from the terminal; overrides --debug-log-cfg