Merge pull request #278 from ethersphere/adapt_dbstore_export_import

Remove deprecated `swarm cleandb`
This commit is contained in:
Anton Evangelatov 2018-03-02 12:37:07 +01:00 committed by GitHub
commit daffa9f471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -327,17 +327,6 @@ Remove corrupt entries from a local chunk database.
}, },
}, },
}, },
{
Action: func(ctx *cli.Context) {
utils.Fatalf("ERROR: 'swarm cleandb' has been removed, please use 'swarm db clean'.")
},
Name: "cleandb",
Usage: "DEPRECATED: use 'swarm db clean'",
ArgsUsage: " ",
Description: `
DEPRECATED: use 'swarm db clean'.
`,
},
// See config.go // See config.go
DumpConfigCommand, DumpConfigCommand,
} }