mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Trivial-Fix : Add a ' to the choices documentation
Change-Id: Ic2023e91602fa23512bc5cc9c6a395f2311adb1a
This commit is contained in:
parent
1f72384f69
commit
3ccc4f7d06
1 changed files with 1 additions and 1 deletions
|
|
@ -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)'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue