github.com/huiliang/nomad@v0.2.1-0.20151124023127-7a8b664699ff/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