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=', + metavar='', choices=['choice1', 'choice2', 'choice3'], help=_('Test type (choice1, choice2 or choice3)'), )