From d75f77b4c572fdcbd35654ea79cca0cd76d0607e Mon Sep 17 00:00:00 2001 From: Phi Date: Tue, 7 Feb 2023 17:12:42 +0100 Subject: [PATCH] make docsgen-cli make docsgen-cli --- documentation/en/cli-lotus-worker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/en/cli-lotus-worker.md b/documentation/en/cli-lotus-worker.md index cfc4938bc..84355c404 100644 --- a/documentation/en/cli-lotus-worker.md +++ b/documentation/en/cli-lotus-worker.md @@ -221,7 +221,7 @@ USAGE: lotus-worker tasks enable [command options] [UNS|C2|PC2|PC1|PR2|RU|AP|DC|GSK] OPTIONS: - --help, -h show help (default: false) + --all Enable all task types (default: false) ``` @@ -234,6 +234,6 @@ USAGE: lotus-worker tasks disable [command options] [UNS|C2|PC2|PC1|PR2|RU|AP|DC|GSK] OPTIONS: - --help, -h show help (default: false) + --all Disable all task types (default: false) ```