29 _('repository root directory or name of overlay bundle file'), |
29 _('repository root directory or name of overlay bundle file'), |
30 _('REPO')), |
30 _('REPO')), |
31 ('', 'cwd', '', |
31 ('', 'cwd', '', |
32 _('change working directory'), _('DIR')), |
32 _('change working directory'), _('DIR')), |
33 ('y', 'noninteractive', None, |
33 ('y', 'noninteractive', None, |
34 _('do not prompt, assume \'yes\' for any required answers')), |
34 _('do not prompt, automatically pick the first choice for all prompts')), |
35 ('q', 'quiet', None, _('suppress output')), |
35 ('q', 'quiet', None, _('suppress output')), |
36 ('v', 'verbose', None, _('enable additional output')), |
36 ('v', 'verbose', None, _('enable additional output')), |
37 ('', 'config', [], |
37 ('', 'config', [], |
38 _('set/override config option (use \'section.name=value\')'), |
38 _('set/override config option (use \'section.name=value\')'), |
39 _('CONFIG')), |
39 _('CONFIG')), |