upload-blocksize doesn't need to be a cli opt

This commit is contained in:
Mike McLean 2016-03-24 15:36:41 -04:00
parent 3158c8d526
commit f639899d2f

View file

@ -157,7 +157,6 @@ def get_options():
parser.add_option("--weburl", help=_("url of the Koji web interface"))
parser.add_option("--topurl", help=_("url for Koji file access"))
parser.add_option("--pkgurl", help=optparse.SUPPRESS_HELP)
parser.add_option("--upload-blocksize", help=_("upload the koji hub how many bytes per request"))
parser.add_option("--help-commands", action="store_true", default=False, help=_("list commands"))
(options, args) = parser.parse_args()