From 9bbd3fe966260b47948faf4ec5ba099d3aed6913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Kleiman?= Date: Mon, 4 Jan 2016 19:12:50 +0100 Subject: [PATCH] Fixes #2820 - Improve --[disable_]ha documentation (cherry picked from commit 8db2c991dc6b0e58e3421664e4ba49b1770b0d46) --- docs/docs/command-line-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/command-line-flags.md b/docs/docs/command-line-flags.md index 056a6b390e2..519f16c69fd 100644 --- a/docs/docs/command-line-flags.md +++ b/docs/docs/command-line-flags.md @@ -54,7 +54,7 @@ The core functionality flags can be also set by environment variable `MARATHON_O * v0.13.0 `--[disable_]ha` (Optional. Default: enabled): Run Marathon in HA mode with leader election. Allows starting an arbitrary number of other Marathons but all need to be - started in HA mode. This mode requires a running ZooKeeper. See `--master`. + started in HA mode. This mode requires a running ZooKeeper. * `--hostname` (Optional. Default: hostname of machine): The advertised hostname that is used for the communication with the mesos master. The value is also stored in the persistent store so another standby host can redirect to the elected leader.