Skip to content

Commit

Permalink
Make --lite
Browse files Browse the repository at this point in the history
  • Loading branch information
rjan90 committed Feb 28, 2022
1 parent 686ada0 commit c9e2c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/lotus/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ 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",
},
&cli.StringFlag{
Name: "pprof",
Expand Down

0 comments on commit c9e2c1b

Please sign in to comment.