mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Merge pull request #278 from ethersphere/adapt_dbstore_export_import
Remove deprecated `swarm cleandb`
This commit is contained in:
commit
daffa9f471
1 changed files with 0 additions and 11 deletions
|
|
@ -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
|
||||
DumpConfigCommand,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue