From 651f5e05d5be8632b3e4470b3f08bba0f73471dc Mon Sep 17 00:00:00 2001 From: Mike McLean Date: May 03 2018 20:05:16 +0000 Subject: short option -a/--arch for dist-repo command --- diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index ef0ceac..2b287cd 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -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."))