Skip to content

Commit c882d9f

Browse files
masihrjan90
authored andcommitted
Fix missing flag for lotus-shed datastore import (#12695)
The `really-do-it` flag is required but not configured for the import.
1 parent b28773d commit c882d9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/lotus-shed/datastore.go

+4
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@ var datastoreImportCmd = &cli.Command{
354354
Usage: "node type (FullNode, StorageMiner, Worker, Wallet)",
355355
Value: "FullNode",
356356
},
357+
&cli.BoolFlag{
358+
Name: "really-do-it",
359+
Usage: "must be specified for the action to take effect",
360+
},
357361
},
358362
Description: "Import the specified datastore snapshot.",
359363
ArgsUsage: "[namespace filename]",

0 commit comments

Comments
 (0)