Skip to content

Commit

Permalink
Merge pull request #8207 from rjan90/patch-4
Browse files Browse the repository at this point in the history
Make `--lite` option visible in the lotus daemon help text
  • Loading branch information
ZenGround0 authored Mar 1, 2022
2 parents 714ce54 + c9e2c1b commit 00e5229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/lotus/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +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",
Hidden: true,
Name: "lite",
Usage: "start lotus in lite mode",
},
&cli.StringFlag{
Name: "pprof",
Expand Down
1 change: 1 addition & 0 deletions documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ OPTIONS:
--import-chain value on first run, load chain from given file or url and validate
--import-snapshot value import chain state from a given chain export file or url
--halt-after-import halt the process after importing chain from file (default: false)
--lite start lotus in lite mode (default: false)
--pprof value specify name of file for writing cpu profile to
--profile value specify type of node
--manage-fdlimit manage open file limit (default: true)
Expand Down

0 comments on commit 00e5229

Please sign in to comment.