diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-04-01 21:08:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-04-01 21:08:43 +0000 |
| commit | 67a4b812c6cdf9ebf91bee69a5ab80962c60da49 (patch) | |
| tree | a4c3b72dfe3bc3cf0378e60a1d8faa1cceb71495 /doc/source/command-options.rst | |
| parent | e059adeab7a84c1ab17c31a05b5e0d2d384c628f (diff) | |
| parent | 70170656fd4d3c8020391354b13dca63e9e024d1 (diff) | |
| download | python-openstackclient-67a4b812c6cdf9ebf91bee69a5ab80962c60da49.tar.gz | |
Merge "doc: Correct Sphinx warnings"
Diffstat (limited to 'doc/source/command-options.rst')
| -rw-r--r-- | doc/source/command-options.rst | 7 |
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 ======================= |
