shorten help text

This commit is contained in:
Mike McLean 2019-07-09 14:38:35 -04:00
parent 546d7fb4e8
commit 8834bb6d6b

View file

@ -145,9 +145,7 @@ def get_options():
parser.add_option("--topurl", help=_("url for Koji file access"))
parser.add_option("--pkgurl", help=SUPPRESS_HELP)
parser.add_option("--plugin-paths", metavar='PATHS',
help=_("specify plugin paths with format as the same as the shell's PATH, "
"koji_cli_plugins module and '~/.koji/plugins' are always loaded in advance, "
"and then overridden by this option."))
help=_("specify additional plugin paths (colon separated)"))
parser.add_option("--help-commands", action="store_true", default=False, help=_("list commands"))
(options, args) = parser.parse_args()