From 3fc1346d5b12e85f2366df0f9521a4db88573ae4 Mon Sep 17 00:00:00 2001 From: Phi-rjan Date: Tue, 7 Feb 2023 16:47:23 +0100 Subject: [PATCH] Update cmd/lotus-worker/tasks.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ɓukasz Magiera --- cmd/lotus-worker/tasks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-worker/tasks.go b/cmd/lotus-worker/tasks.go index 3c4c04629..aee059989 100644 --- a/cmd/lotus-worker/tasks.go +++ b/cmd/lotus-worker/tasks.go @@ -57,7 +57,7 @@ var tasksEnableCmd = &cli.Command{ var tasksDisableCmd = &cli.Command{ Name: "disable", Usage: "Disable a task type", - ArgsUsage: "[" + settableStr + "]", + ArgsUsage: "--all | [" + settableStr + "]", Flags: []cli.Flag{ &cli.BoolFlag{ Name: "all",