diff --git a/cmd/lotus/daemon.go b/cmd/lotus/daemon.go index 6c4ac2bcf0a..f285ba74e63 100644 --- a/cmd/lotus/daemon.go +++ b/cmd/lotus/daemon.go @@ -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",