You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2015/10/06 02:46:27 UTC

[jira] [Updated] (MESOS-3591) mesos-slave: --help output for "--master" is incomplete

     [ https://issues.apache.org/jira/browse/MESOS-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neil Conway updated MESOS-3591:
-------------------------------
    Labels: mesosphere slave  (was: )

> 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)