doc: Highlight string supposed to be in setting

In the conversion of hyphens to underscores both the original and
modified value should be marked as code.
This commit is contained in:
Lubomír Sedlář 2016-11-30 11:00:52 +01:00
parent 561ba8f6cf
commit 23cd7d87e2

View file

@ -368,7 +368,7 @@ A few notes on the syntax:
* options on the command line that can be used multiple times can accept
values here as comma-separated strings
* options with a hyphen need to use an underscore instead. ``--disk-size`` for
example would be disk_size in the config file
example would be ``disk_size`` in the config file
OVA Features
------------