[
https://issues.apache.org/jira/browse/MESOS-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944395#comment-14944395
]
Adam B commented on MESOS-3591:
-------------------------------
commit 3d726e0f24ca23597b188c4dbae196dc0c8135be
Author: Neil Conway <[email protected]>
Date: Mon Oct 5 18:59:56 2015 -0700
Fixed "--help" output for "--master" in mesos-slave.
Review: https://reviews.apache.org/r/39034
> mesos-slave: --help output for "--master" is incomplete
> -------------------------------------------------------
>
> Key: MESOS-3591
> URL: https://issues.apache.org/jira/browse/MESOS-3591
> Project: Mesos
> Issue Type: Bug
> Reporter: Neil Conway
> Priority: Trivial
> Labels: mesosphere, slave
> Fix For: 0.26.0
>
>
> {{mesos-slave --master}} says:
> {noformat}
> --master=VALUE May be one of:
>
> zk://host1:port1,host2:port2,.../path
>
> zk://username:password@host1:port1,host2:port2,.../path
> file:///path/to/file (where
> file contains one of the above)
> {noformat}
> However, it should actually say:
> {noformat}
> --master=VALUE May be one of:
> host:port
>
> zk://host1:port1,host2:port2,.../path
>
> zk://username:password@host1:port1,host2:port2,.../path
> file:///path/to/file (where
> file contains one of the above)
> {noformat}
> The first form ("host:port") was omitted when BenH did some code cleanup in
> 2012 :) (commit daa6fcadc3928).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)