From 217bb02a43f8cb72827774d3d123624dd71159f1 Mon Sep 17 00:00:00 2001 From: Nic Jackson Date: Tue, 14 Mar 2017 17:56:33 -0700 Subject: [PATCH] Updated documentation to add information that bootstrap overrides server mode --- website/source/docs/agent/options.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index bb9e41ba7e..7739bcb490 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -91,6 +91,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. * `-bind` - The address that should be bound to for internal cluster communications.