install: removed unused help option for build task
This commit is contained in:
parent
a3892d6b0e
commit
db2f57ca35
1 changed files with 0 additions and 1 deletions
1
tasks.py
1
tasks.py
|
@ -310,7 +310,6 @@ def install_core_files(c, local=False, verbose=False, prefix=DEFAULT_PREFIX):
|
||||||
|
|
||||||
@task(
|
@task(
|
||||||
help={
|
help={
|
||||||
"dev": "install development mode",
|
|
||||||
"verbose": "enable verbose",
|
"verbose": "enable verbose",
|
||||||
"install-type": "used to force an install type, "
|
"install-type": "used to force an install type, "
|
||||||
"can be one of the following (redhat, debian)",
|
"can be one of the following (redhat, debian)",
|
||||||
|
|
Loading…
Reference in a new issue