Updated cli docs

This commit is contained in:
Geoff Stuart 2022-02-24 12:43:02 -05:00
parent 83bf0c5a11
commit 4293023731

View File

@ -1239,7 +1239,7 @@ COMMANDS:
list-clients list all verified clients list-clients list all verified clients
check-client-datacap check verified client remaining bytes check-client-datacap check verified client remaining bytes
check-notary-datacap check a notary's remaining bytes check-notary-datacap check a notary's remaining bytes
sign-remove-data-cap-proposal TODO sign-remove-data-cap-proposal allows a notary to sign a Remove Data Cap Proposal
help, h Shows a list of commands or help for one command help, h Shows a list of commands or help for one command
OPTIONS: OPTIONS:
@ -1317,13 +1317,13 @@ OPTIONS:
### lotus filplus sign-remove-data-cap-proposal ### lotus filplus sign-remove-data-cap-proposal
``` ```
NAME: NAME:
lotus filplus sign-remove-data-cap-proposal - TODO lotus filplus sign-remove-data-cap-proposal - allows a notary to sign a Remove Data Cap Proposal
USAGE: USAGE:
lotus filplus sign-remove-data-cap-proposal [command options] [arguments...] lotus filplus sign-remove-data-cap-proposal [command options] [arguments...]
OPTIONS: OPTIONS:
--id value specify the id of the Remove Data Cap Proposal (default: 0) --id value specify the RemoveDataCapProposal ID (will look up on chain if unspecified) (default: 0)
--help, -h show help (default: false) --help, -h show help (default: false)
``` ```