From 8b59f488d567f8ae3d273c3080744a76542fe168 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Aug 28 2019 13:00:34 +0000 Subject: Extend help message to clarify clone-tag usage --- diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index c1f84ea..19058ea 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -3282,6 +3282,7 @@ def anon_handle_hostinfo(goptions, session, args): def handle_clone_tag(goptions, session, args): "[admin] Duplicate the contents of one tag onto another tag" usage = _("usage: %prog clone-tag [options] ") + usage += _("\nclone-tag will create the destination tag if it does not already exist") usage += _("\n(Specify the --help global option for a list of other help options)") parser = OptionParser(usage=usage) parser.add_option('--config', action='store_true',