From 12129dd7f1fb33d6164cd01bfbdc32390ff787bc Mon Sep 17 00:00:00 2001 From: Mike McLean Date: May 03 2018 20:05:16 +0000 Subject: fix help string --- diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index 7ef15ba..a9c14ac 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -6925,7 +6925,7 @@ def handle_dist_repo(options, session, args): 'or the name of a tag that has a dist repo. May be specified ' 'multiple times.')) parser.add_option('--event', type='int', - help=_('create a dist repository based on a Brew event')) + help=_('Use tag content at event')) parser.add_option('--non-latest', dest='latest', default=True, action='store_false', help='Include older builds, not just the latest') parser.add_option('--multilib', default=None, metavar="CONFIG",