Remove unused flag for clarity

This commit is contained in:
zenground0 2022-12-05 16:06:03 -07:00
parent 3155b345c1
commit e1a4cf02f4
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)