github.com/dkerwin/nomad@v0.3.3-0.20160525181927-74554135514b/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