short option -a/--arch for dist-repo command

This commit is contained in:
Mike McLean 2017-12-07 19:18:10 -05:00
parent e28b7a80c8
commit 651f5e05d5

View file

@ -6911,7 +6911,7 @@ def handle_dist_repo(options, session, args):
default=False,
help=_('For RPMs not signed with a desired key, fall back to the '
'primary copy'))
parser.add_option("--arch", action='append', default=[],
parser.add_option("-a", "--arch", action='append', default=[],
help=_("Indicate an architecture to consider. The default is all " +
"architectures associated with the given tag. This option may " +
"be specified multiple times."))