github.com/kardianos/nomad@v0.1.3-0.20151022182107-b13df73ee850/website/helpers/command_helpers.rb (about)

     1  module CommandHelpers
     2    # Returns the markdown text for the general options usage.
     3    def general_options_usage()
     4      <<EOF
     5  * `-address=<addr>`: The address of the Nomad server. Overrides the "NOMAD_ADDR"
     6    environment variable if set. Defaults to "http://127.0.0.1:4646".
     7  EOF
     8    end
     9  end