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:45:26 UTC

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

Neil Conway created MESOS-3591:
----------------------------------

             Summary: 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


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