78 ('q', 'quiet', None, _('suppress output')), |
78 ('q', 'quiet', None, _('suppress output')), |
79 ('v', 'verbose', None, _('enable additional output')), |
79 ('v', 'verbose', None, _('enable additional output')), |
80 ('', 'color', '', |
80 ('', 'color', '', |
81 # i18n: 'always', 'auto', 'never', and 'debug' are keywords |
81 # i18n: 'always', 'auto', 'never', and 'debug' are keywords |
82 # and should not be translated |
82 # and should not be translated |
83 _("when to colorize (boolean, always, auto, never, or debug)" |
83 _("when to colorize (boolean, always, auto, never, or debug)"), |
84 " (EXPERIMENTAL)"), |
|
85 _('TYPE')), |
84 _('TYPE')), |
86 ('', 'config', [], |
85 ('', 'config', [], |
87 _('set/override config option (use \'section.name=value\')'), |
86 _('set/override config option (use \'section.name=value\')'), |
88 _('CONFIG')), |
87 _('CONFIG')), |
89 ('', 'debug', None, _('enable debugging output')), |
88 ('', 'debug', None, _('enable debugging output')), |