Fix the format command-line

The command-line should be marked follow [1]
as consistent with their semantic meaning.

[1] https://docs.openstack.org/doc-contrib-guide/rst-conv/inline-markups.html#command

Change-Id: Icb6aec0598cd8e575e26fa05c342b56cf6f81591
This commit is contained in:
Luong Anh Tuan 2017-11-27 09:23:33 +07:00
parent 27ce77142b
commit abfdcc4081
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ When used with Compute service
------------------------------
To enable the configuration drive for a specific request, pass
``--config-drive true`` parameter to the ``nova boot`` command, for example::
``--config-drive true`` parameter to the :command:`nova boot` command, for example::
nova boot --config-drive true --flavor baremetal --image test-image instance-1
@ -36,7 +36,7 @@ create a configuration drive by setting the following option in the
force_config_drive=True
In some cases, you may wish to pass a user customized script when deploying an instance.
To do this, pass ``--user-data /path/to/file`` to the ``nova boot`` command.
To do this, pass ``--user-data /path/to/file`` to the :command:`nova boot` command.
When used standalone
--------------------