cmd/swarm: remove deprecated action cleandb

This commit is contained in:
Anton Evangelatov 2018-03-01 14:13:29 +01:00
parent 6c46064f6d
commit e257ce9f0d

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
DumpConfigCommand,
}