Wrap literal strings in backticks so they don't turn into URLs
This commit is contained in:
parent
4f32d41810
commit
1493c82208
|
@ -2,8 +2,8 @@ module CommandHelpers
|
|||
# Returns the markdown text for the general options usage.
|
||||
def general_options_usage()
|
||||
<<EOF
|
||||
* `-address=<addr>`: The address of the Nomad server. Overrides the "NOMAD_ADDR"
|
||||
environment variable if set. Defaults to "http://127.0.0.1:4646".
|
||||
* `-address=<addr>`: The address of the Nomad server. Overrides the `NOMAD_ADDR`
|
||||
environment variable if set. Defaults to `http://127.0.0.1:4646`.
|
||||
EOF
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue