Remove unused flag for clarity
This commit is contained in:
parent
3155b345c1
commit
e1a4cf02f4
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user