@@ -182,7 +182,7 @@ def _add_general_options(self):
182
182
help = _ ("show {prog} version and exit" ).format (
183
183
prog = dnf .util .MAIN_PROG_UPPER ))
184
184
general_grp .add_argument ("--installroot" , help = _ ("set install root" ),
185
- metavar = 'PATH] ' )
185
+ metavar = 'PATH' )
186
186
general_grp .add_argument ("--nodocs" , action = "store_const" , const = ['nodocs' ], dest = 'tsflags' ,
187
187
help = _ ("do not install documentations" ))
188
188
general_grp .add_argument ("--noplugins" , action = "store_false" ,
@@ -191,11 +191,11 @@ def _add_general_options(self):
191
191
general_grp .add_argument ("--enableplugin" , dest = "enableplugin" ,
192
192
default = [], action = self ._SplitCallback ,
193
193
help = _ ("enable plugins by name" ),
194
- metavar = 'PLUGIN] ' )
194
+ metavar = 'PLUGIN' )
195
195
general_grp .add_argument ("--disableplugin" , dest = "disableplugin" ,
196
196
default = [], action = self ._SplitCallback ,
197
197
help = _ ("disable plugins by name" ),
198
- metavar = 'PLUGIN] ' )
198
+ metavar = 'PLUGIN' )
199
199
general_grp .add_argument ("--releasever" , default = None ,
200
200
help = _ ("override the value of $releasever"
201
201
" in config and repo files" ))
0 commit comments