Fix gen-check
This commit is contained in:
parent
59351c8cb8
commit
1bf7e6a408
@ -1225,6 +1225,9 @@ COMMANDS:
|
||||
block Manage network connection gating rules
|
||||
stat Report resource usage for a scope
|
||||
limit Get or set resource limits for a scope
|
||||
protect Add one or more peer IDs to the list of protected peer connections
|
||||
unprotect Remove one or more peer IDs from the list of protected peer connections.
|
||||
list-protected List the peer IDs with protected connection.
|
||||
help, h Shows a list of commands or help for one command
|
||||
|
||||
OPTIONS:
|
||||
@ -1539,6 +1542,45 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus-miner net protect
|
||||
```
|
||||
NAME:
|
||||
lotus-miner net protect - Add one or more peer IDs to the list of protected peer connections
|
||||
|
||||
USAGE:
|
||||
lotus-miner net protect [command options] <peer-id> [<peer-id>...]
|
||||
|
||||
OPTIONS:
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
### lotus-miner net unprotect
|
||||
```
|
||||
NAME:
|
||||
lotus-miner net unprotect - Remove one or more peer IDs from the list of protected peer connections.
|
||||
|
||||
USAGE:
|
||||
lotus-miner net unprotect [command options] <peer-id> [<peer-id>...]
|
||||
|
||||
OPTIONS:
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
### lotus-miner net list-protected
|
||||
```
|
||||
NAME:
|
||||
lotus-miner net list-protected - List the peer IDs with protected connection.
|
||||
|
||||
USAGE:
|
||||
lotus-miner net list-protected [command options] [arguments...]
|
||||
|
||||
OPTIONS:
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
## lotus-miner pieces
|
||||
```
|
||||
NAME:
|
||||
|
@ -2595,6 +2595,9 @@ COMMANDS:
|
||||
block Manage network connection gating rules
|
||||
stat Report resource usage for a scope
|
||||
limit Get or set resource limits for a scope
|
||||
protect Add one or more peer IDs to the list of protected peer connections
|
||||
unprotect Remove one or more peer IDs from the list of protected peer connections.
|
||||
list-protected List the peer IDs with protected connection.
|
||||
help, h Shows a list of commands or help for one command
|
||||
|
||||
OPTIONS:
|
||||
@ -2909,6 +2912,45 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus net protect
|
||||
```
|
||||
NAME:
|
||||
lotus net protect - Add one or more peer IDs to the list of protected peer connections
|
||||
|
||||
USAGE:
|
||||
lotus net protect [command options] <peer-id> [<peer-id>...]
|
||||
|
||||
OPTIONS:
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
### lotus net unprotect
|
||||
```
|
||||
NAME:
|
||||
lotus net unprotect - Remove one or more peer IDs from the list of protected peer connections.
|
||||
|
||||
USAGE:
|
||||
lotus net unprotect [command options] <peer-id> [<peer-id>...]
|
||||
|
||||
OPTIONS:
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
### lotus net list-protected
|
||||
```
|
||||
NAME:
|
||||
lotus net list-protected - List the peer IDs with protected connection.
|
||||
|
||||
USAGE:
|
||||
lotus net list-protected [command options] [arguments...]
|
||||
|
||||
OPTIONS:
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
## lotus sync
|
||||
```
|
||||
NAME:
|
||||
|
Loading…
Reference in New Issue
Block a user