Skip to content

Commit

Permalink
Fix missing flag for lotus-shed datastore import
Browse files Browse the repository at this point in the history
The `really-do-it` flag is required but not configured for the import.
  • Loading branch information
masih committed Nov 13, 2024
1 parent d58d688 commit 1814c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/lotus-shed/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,10 @@ var datastoreImportCmd = &cli.Command{
Usage: "node type (FullNode, StorageMiner, Worker, Wallet)",
Value: "FullNode",
},
&cli.BoolFlag{
Name: "really-do-it",
Usage: "must be specified for the action to take effect",
},
},
Description: "Import the specified datastore snapshot.",
ArgsUsage: "[namespace filename]",
Expand Down

0 comments on commit 1814c87

Please sign in to comment.