summaryrefslogtreecommitdiff
path: root/doc/source/command-options.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-01 21:08:43 +0000
committerGerrit Code Review <review@openstack.org>2017-04-01 21:08:43 +0000
commit67a4b812c6cdf9ebf91bee69a5ab80962c60da49 (patch)
treea4c3b72dfe3bc3cf0378e60a1d8faa1cceb71495 /doc/source/command-options.rst
parente059adeab7a84c1ab17c31a05b5e0d2d384c628f (diff)
parent70170656fd4d3c8020391354b13dca63e9e024d1 (diff)
downloadpython-openstackclient-67a4b812c6cdf9ebf91bee69a5ab80962c60da49.tar.gz
Merge "doc: Correct Sphinx warnings"
Diffstat (limited to 'doc/source/command-options.rst')
-rw-r--r--doc/source/command-options.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/command-options.rst b/doc/source/command-options.rst
index faa82bee..8d1d1c4e 100644
--- a/doc/source/command-options.rst
+++ b/doc/source/command-options.rst
@@ -16,9 +16,10 @@ new command without understanding why or why not that instance is correct.
The :doc:`Human Interface Guide <humaninterfaceguide>`
describes the guildelines for option names and usage. In short:
- * All option names shall be GNU-style long names (two leading dashes).
- * Some global options may have short names, generally limited to those defined
- in support libraries such as ``cliff``.
+
+* All option names shall be GNU-style long names (two leading dashes).
+* Some global options may have short names, generally limited to those defined
+ in support libraries such as ``cliff``.
General Command Options
=======================