Browse Source

Remove unneeded backticks (#43256)

Brandon Morelli 6 years ago
parent
commit
3ba3861e7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/cluster/allocation_awareness.asciidoc

+ 1 - 1
docs/reference/modules/cluster/allocation_awareness.asciidoc

@@ -46,7 +46,7 @@ You can also set custom attributes when you start a node:
 +
 +
 [source,sh]
 [source,sh]
 --------------------------------------------------------
 --------------------------------------------------------
-`./bin/elasticsearch -Enode.attr.rack_id=rack_one`
+./bin/elasticsearch -Enode.attr.rack_id=rack_one
 --------------------------------------------------------
 --------------------------------------------------------
 
 
 . Tell {es} to take one or more awareness attributes into account when
 . Tell {es} to take one or more awareness attributes into account when