Make --lite
option visibile in the cli
This commit is contained in:
parent
6291c0c581
commit
686ada0582
@ -121,7 +121,6 @@ var DaemonCmd = &cli.Command{
|
||||
&cli.BoolFlag{
|
||||
Name: "lite",
|
||||
Usage: "start lotus in lite mode",
|
||||
Hidden: true,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "pprof",
|
||||
|
@ -63,6 +63,7 @@ OPTIONS:
|
||||
--import-chain value on first run, load chain from given file or url and validate
|
||||
--import-snapshot value import chain state from a given chain export file or url
|
||||
--halt-after-import halt the process after importing chain from file (default: false)
|
||||
--lite start lotus in lite mode (default: false)
|
||||
--pprof value specify name of file for writing cpu profile to
|
||||
--profile value specify type of node
|
||||
--manage-fdlimit manage open file limit (default: true)
|
||||
|
Loading…
Reference in New Issue
Block a user