Skip to content

Commit 3ccc4f7

Browse files
author
reedip
committed
Trivial-Fix : Add a ' to the choices documentation
Change-Id: Ic2023e91602fa23512bc5cc9c6a395f2311adb1a
1 parent 1f72384 commit 3ccc4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/command-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ An example parser declaration:
100100
101101
choice_option.add_argument(
102102
'--test',
103-
metavar='<test>,
103+
metavar='<test>',
104104
choices=['choice1', 'choice2', 'choice3'],
105105
help=_('Test type (choice1, choice2 or choice3)'),
106106
)

0 commit comments

Comments
 (0)