Merge pull request #9796 from filecoin-project/cleanup-splitstore-opts

fix: docs: remove unused flag from chain prune
This commit is contained in:
Łukasz Magiera 2022-12-06 10:54:19 +01:00 committed by GitHub
commit be6e586661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -1478,11 +1478,6 @@ var ChainPruneCmd = &cli.Command{
Value: false,
Usage: "use moving gc for garbage collecting the coldstore",
},
&cli.StringFlag{
Name: "move-to",
Value: "",
Usage: "specify new path for coldstore during moving gc",
},
&cli.IntFlag{
Name: "retention",
Value: -1,

View File

@ -2423,7 +2423,6 @@ USAGE:
lotus chain prune [command options] [arguments...]
OPTIONS:
--move-to value specify new path for coldstore during moving gc
--moving-gc use moving gc for garbage collecting the coldstore (default: false)
--online-gc use online gc for garbage collecting the coldstore (default: false)
--retention value specify state retention policy (default: -1)