From db2f57ca35dbd89be6c04fdc44ea86f4e5aadf7f Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:11:05 -0800 Subject: [PATCH] install: removed unused help option for build task --- tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.py b/tasks.py index c401fdaa..0837299e 100644 --- a/tasks.py +++ b/tasks.py @@ -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)",