From 23cd7d87e2a08bce1b81449a51cd3c9b130511e7 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Nov 30 2016 10:00:52 +0000 Subject: 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. --- diff --git a/docs/source/image_build.rst b/docs/source/image_build.rst index 0debe9f..1866f8a 100644 --- a/docs/source/image_build.rst +++ b/docs/source/image_build.rst @@ -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 ------------