Skip to content

Commit

Permalink
feat: hide lite mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed Oct 9, 2020
1 parent 200a95f commit 7f7c9e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/lotus/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ var DaemonCmd = &cli.Command{
Usage: "halt the process after importing chain from file",
},
&cli.BoolFlag{
Name: "lite",
Usage: "start lotus in lite mode",
Name: "lite",
Usage: "start lotus in lite mode",
Hidden: true,
},
&cli.StringFlag{
Name: "pprof",
Expand Down

0 comments on commit 7f7c9e9

Please sign in to comment.