From b027e70eea548f815489de287cb9c8f2128a8979 Mon Sep 17 00:00:00 2001 From: Killian Kemps Date: Tue, 8 Feb 2022 11:59:03 +0100 Subject: [PATCH] doc: Fix env var for rejoin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08a2e0..e6a8e62 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ All options can be passed either as command-line flags or environment variables: | `--no-etc-hosts` | WESHER_NO_ETC_HOSTS | whether to skip writing hosts entries for each node in mesh | `false` | | `--log-level LEVEL` | WESHER_LOG_LEVEL | set the verbosity (one of debug/info/warn/error) | `warn` | | `--keepalive-interval INTERVAL` | WESHER_KEEPALIVE_INTERVAL | interval for which to send keepalive packets | `30s` | -| `--rejoin INTERVAL` | WESHER_KEEPALIVE_INTERVAL | interval at which join nodes are joined again if away, 0 disables rejoining altogether | `0` | +| `--rejoin INTERVAL` | WESHER_REJOIN | interval at which join nodes are joined again if away, 0 disables rejoining altogether | `0` | ## Running multiple clusters