install: removed unused help option for build task

This commit is contained in:
Blake Harnden 2022-12-20 16:11:05 -08:00
parent a3892d6b0e
commit db2f57ca35

View file

@ -310,7 +310,6 @@ def install_core_files(c, local=False, verbose=False, prefix=DEFAULT_PREFIX):
@task(
help={
"dev": "install development mode",
"verbose": "enable verbose",
"install-type": "used to force an install type, "
"can be one of the following (redhat, debian)",