From 8834bb6d6b98c130330642c3bf2abdca08441698 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Tue, 9 Jul 2019 14:38:35 -0400 Subject: [PATCH] shorten help text --- cli/koji | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cli/koji b/cli/koji index d87653f2..2e6b6e2f 100755 --- a/cli/koji +++ b/cli/koji @@ -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()