summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorreedip <reedip.banerjee@nectechnologies.in>2016-03-18 15:27:29 +0900
committerReedip <reedip.banerjee@nectechnologies.in>2016-03-18 06:25:31 +0000
commit3ccc4f7d06234ad901c0090870b4ec7070caec50 (patch)
treef1d479260b18dad59ff60320a1f46c10c96c502f /doc/source
parent1f72384f6964e57f6ab939a17f9a210e56cf71aa (diff)
downloadpython-openstackclient-3ccc4f7d06234ad901c0090870b4ec7070caec50.tar.gz
Trivial-Fix : Add a ' to the choices documentation
Change-Id: Ic2023e91602fa23512bc5cc9c6a395f2311adb1a
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/command-options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/command-options.rst b/doc/source/command-options.rst
index b723e988..b3cc002a 100644
--- a/doc/source/command-options.rst
+++ b/doc/source/command-options.rst
@@ -100,7 +100,7 @@ An example parser declaration:
choice_option.add_argument(
'--test',
- metavar='<test>,
+ metavar='<test>',
choices=['choice1', 'choice2', 'choice3'],
help=_('Test type (choice1, choice2 or choice3)'),
)