[
https://issues.apache.org/jira/browse/MESOS-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944393#comment-14944393
]
Adam B commented on MESOS-3591:
-------------------------------
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
>
> {{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)