Fix gen-check

This commit is contained in:
Masih H. Derkani 2022-02-11 20:02:56 +00:00
parent 59351c8cb8
commit 1bf7e6a408
No known key found for this signature in database
GPG Key ID: B320AFAA5B736DB6
2 changed files with 108 additions and 24 deletions

View File

@ -1214,18 +1214,21 @@ USAGE:
lotus-miner net command [command options] [arguments...] lotus-miner net command [command options] [arguments...]
COMMANDS: COMMANDS:
peers Print peers peers Print peers
connect Connect to a peer connect Connect to a peer
listen List listen addresses listen List listen addresses
id Get node identity id Get node identity
findpeer Find the addresses of a given peerID findpeer Find the addresses of a given peerID
scores Print peers' pubsub scores scores Print peers' pubsub scores
reachability Print information about reachability from the internet reachability Print information about reachability from the internet
bandwidth Print bandwidth usage information bandwidth Print bandwidth usage information
block Manage network connection gating rules block Manage network connection gating rules
stat Report resource usage for a scope stat Report resource usage for a scope
limit Get or set resource limits for a scope limit Get or set resource limits for a scope
help, h Shows a list of commands or help for one command 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: OPTIONS:
--help, -h show help (default: false) --help, -h show help (default: false)
@ -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 ## lotus-miner pieces
``` ```
NAME: NAME:

View File

@ -2584,18 +2584,21 @@ USAGE:
lotus net command [command options] [arguments...] lotus net command [command options] [arguments...]
COMMANDS: COMMANDS:
peers Print peers peers Print peers
connect Connect to a peer connect Connect to a peer
listen List listen addresses listen List listen addresses
id Get node identity id Get node identity
findpeer Find the addresses of a given peerID findpeer Find the addresses of a given peerID
scores Print peers' pubsub scores scores Print peers' pubsub scores
reachability Print information about reachability from the internet reachability Print information about reachability from the internet
bandwidth Print bandwidth usage information bandwidth Print bandwidth usage information
block Manage network connection gating rules block Manage network connection gating rules
stat Report resource usage for a scope stat Report resource usage for a scope
limit Get or set resource limits for a scope limit Get or set resource limits for a scope
help, h Shows a list of commands or help for one command 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: OPTIONS:
--help, -h show help (default: false) --help, -h show help (default: false)
@ -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 ## lotus sync
``` ```
NAME: NAME: