From 1493c82208455b9f833426f657774213dcfd078b Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 18 Nov 2015 14:29:52 -0800 Subject: [PATCH] Wrap literal strings in backticks so they don't turn into URLs --- website/helpers/command_helpers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/helpers/command_helpers.rb b/website/helpers/command_helpers.rb index 45d437599..0718f2d48 100644 --- a/website/helpers/command_helpers.rb +++ b/website/helpers/command_helpers.rb @@ -2,8 +2,8 @@ module CommandHelpers # Returns the markdown text for the general options usage. def general_options_usage() <`: The address of the Nomad server. Overrides the "NOMAD_ADDR" - environment variable if set. Defaults to "http://127.0.0.1:4646". +* `-address=`: 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