fix docsgen-cli
This commit is contained in:
parent
ba72eff3e6
commit
bc88a02fe2
@ -1152,6 +1152,7 @@ USAGE:
|
||||
|
||||
COMMANDS:
|
||||
peers Print peers
|
||||
ping Ping peers
|
||||
connect Connect to a peer
|
||||
listen List listen addresses
|
||||
id Get node identity
|
||||
@ -1185,6 +1186,20 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus-miner net ping
|
||||
```
|
||||
NAME:
|
||||
lotus-miner net ping - Ping peers
|
||||
|
||||
USAGE:
|
||||
lotus-miner net ping [command options] [arguments...]
|
||||
|
||||
OPTIONS:
|
||||
--count value, -c value specify the number of times it should ping (default: 10)
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
### lotus-miner net connect
|
||||
```
|
||||
NAME:
|
||||
|
@ -2608,6 +2608,7 @@ USAGE:
|
||||
|
||||
COMMANDS:
|
||||
peers Print peers
|
||||
ping Ping peers
|
||||
connect Connect to a peer
|
||||
listen List listen addresses
|
||||
id Get node identity
|
||||
@ -2641,6 +2642,20 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus net ping
|
||||
```
|
||||
NAME:
|
||||
lotus net ping - Ping peers
|
||||
|
||||
USAGE:
|
||||
lotus net ping [command options] [arguments...]
|
||||
|
||||
OPTIONS:
|
||||
--count value, -c value specify the number of times it should ping (default: 10)
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
### lotus net connect
|
||||
```
|
||||
NAME:
|
||||
|
Loading…
Reference in New Issue
Block a user