shorten help text
This commit is contained in:
parent
546d7fb4e8
commit
8834bb6d6b
1 changed files with 1 additions and 3 deletions
4
cli/koji
4
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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue