From 1181ab0d114d4f1e70aa7776e7db50b4ffcc4936 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 28 Sep 2017 22:02:37 -0700 Subject: [PATCH] Clarifies server requirement for bootstrap-expect. Fixes #3510. --- website/source/docs/agent/options.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 0001bba177..1a52f4be9c 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -76,7 +76,7 @@ The options below are all specified on the command-line. the cluster. When provided, Consul waits until the specified number of servers are available and then bootstraps the cluster. This allows an initial leader to be elected automatically. This cannot be used in conjunction with the legacy [`-bootstrap`](#_bootstrap) flag. - This flag implies server mode. + This flag requires [`-server`](#_server) mode. * `-bind` - The address that should be bound to for internal cluster communications.