make docsgen-cli

make docsgen-cli
This commit is contained in:
Phi 2023-02-07 17:12:42 +01:00
parent cf0997b434
commit d75f77b4c5

View File

@ -221,7 +221,7 @@ USAGE:
lotus-worker tasks enable [command options] [UNS|C2|PC2|PC1|PR2|RU|AP|DC|GSK] lotus-worker tasks enable [command options] [UNS|C2|PC2|PC1|PR2|RU|AP|DC|GSK]
OPTIONS: 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] lotus-worker tasks disable [command options] [UNS|C2|PC2|PC1|PR2|RU|AP|DC|GSK]
OPTIONS: OPTIONS:
--help, -h show help (default: false) --all Disable all task types (default: false)
``` ```