From c9e2c1b1d763a249b4b83ce89ac5aa35f36510d2 Mon Sep 17 00:00:00 2001 From: Rjan Date: Mon, 28 Feb 2022 17:14:05 +0100 Subject: [PATCH] Make --lite --- cmd/lotus/daemon.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/lotus/daemon.go b/cmd/lotus/daemon.go index 6c4ac2bcf..f285ba74e 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",