Add cli docs for lotus worker stop cmd
This commit is contained in:
parent
e7bace9341
commit
9d65b56d2e
@ -11,6 +11,7 @@ VERSION:
|
|||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
run Start lotus worker
|
run Start lotus worker
|
||||||
|
stop Stop a running lotus worker
|
||||||
info Print worker info
|
info Print worker info
|
||||||
storage manage sector storage
|
storage manage sector storage
|
||||||
set Manage worker settings
|
set Manage worker settings
|
||||||
@ -58,6 +59,19 @@ OPTIONS:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## lotus-worker stop
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus-worker stop - Stop a running lotus worker
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus-worker stop [command options] [arguments...]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## lotus-worker info
|
## lotus-worker info
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
|
Loading…
Reference in New Issue
Block a user