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)

Reply via email to