diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index 70af3a55..bbf546f4 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -7120,7 +7120,6 @@ def anon_handle_download_logs(options, session, args): FAIL_LOG = "task_failed.log" usage = _("usage: %prog download-logs [options] [ ...]") usage += _("\n %prog download-logs [options] --nvr [ ...]") - usage += _("\n(Specify the --help global option for a list of other help options)") parser = OptionParser(usage=get_usage_str(usage)) parser.add_option("-r", "--recurse", action="store_true", help=_("Process children of this task as well"))