fix docsgen-cli

This commit is contained in:
Kevin Li 2022-02-17 17:29:09 +08:00
parent ba72eff3e6
commit bc88a02fe2
2 changed files with 30 additions and 0 deletions

View File

@ -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:

View File

@ -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: