feat: hide lite mode flag
This commit is contained in:
parent
200a95f824
commit
7f7c9e978f
@ -114,8 +114,9 @@ var DaemonCmd = &cli.Command{
|
|||||||
Usage: "halt the process after importing chain from file",
|
Usage: "halt the process after importing chain from file",
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "lite",
|
Name: "lite",
|
||||||
Usage: "start lotus in lite mode",
|
Usage: "start lotus in lite mode",
|
||||||
|
Hidden: true,
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "pprof",
|
Name: "pprof",
|
||||||
|
Loading…
Reference in New Issue
Block a user