Repository: mesos Updated Branches: refs/heads/master 3e769e90f -> c3940cd4d
Corrected --master configuration example. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c3940cd4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c3940cd4 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c3940cd4 Branch: refs/heads/master Commit: c3940cd4da29eb6539096c6ec6dcab1a70993c42 Parents: 3e769e9 Author: Adam B <[email protected]> Authored: Mon Nov 2 22:32:13 2015 -0800 Committer: Adam B <[email protected]> Committed: Mon Nov 2 22:32:13 2015 -0800 ---------------------------------------------------------------------- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c3940cd4/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index e66013a..195814c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -763,9 +763,9 @@ file:///path/to/file (where file contains one of the above)</code></pre> <td> This specifies how to connect to a master or a quorum of masters. This flag works with 3 different techniques. It may be one of: <ol> - <li> hostname or ip to a master or comma-delimited list of masters, e.g., + <li> hostname or ip to a master, e.g., <pre><code>--master=localhost:5050 ---master=10.0.0.5:5050,10.0.0.6:5050 +--master=10.0.0.5:5050 </code></pre> </li>
