github.com/ryanslade/nomad@v0.2.4-0.20160128061903-fc95782f2089/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