There was an error while loading. Please reload this page.
1 parent 0418c83 commit dc3a61fCopy full SHA for dc3a61f
1 file changed
cmd/dcrtime_dumpdb/dcrtime_dumpdb.go
@@ -15,8 +15,8 @@ var (
15
defaultHomeDir = dcrutil.AppDataDir("dcrtimed", false)
16
17
destination = flag.String("destination", "", "Restore destination")
18
- dumpJSON = flag.Bool("json", false, "Dump JSON")
19
- restore = flag.Bool("restore", false, "Restore backend, -destination is required")
+ dumpJSON = flag.Bool("json", true, "Dump JSON")
+ restore = flag.Bool("restore", false, "Restore backend from JSON dump, -destination is required")
20
fsRoot = flag.String("source", "", "Source directory")
21
testnet = flag.Bool("testnet", false, "Use testnet port")
22
)
0 commit comments