Fix rst code rendering

Two colons are needed for literal/code rendering.

Change-Id: I9081aee68c9d715162a87113240416677c3cad0d
This commit is contained in:
Daniele Pizzolli
2016-01-27 15:13:20 +01:00
parent 918be83c6e
commit bfa6c3c98c

View File

@@ -274,7 +274,7 @@ To view a mapping in detail::
To edit a mapping, use an auxiliary file. Save the JSON mapping shown above
and make the necessary modifications, then use the``set`` command to trigger
an update. For example:
an update. For example::
$ openstack mapping show cloud1-mapping -c rules -f value | python -m json.tool > rules.json
$ vi rules.json # <--- make any necessary changes