Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-3591

mesos-slave: --help output for "--master" is incomplete

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.26.0
    • None

    Description

      mesos-slave --master says:

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

      However, it should actually say:

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

      The first form ("host:port") was omitted when BenH did some code cleanup in 2012 (commit daa6fcadc3928).

      Attachments

        Activity

          People

            neilc Neil Conway
            neilc Neil Conway
            Adam B Adam B
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: