This commit is contained in:
Afri 2017-06-07 16:50:29 +00:00 committed by GitHub
commit 0a90017b40

View file

@ -1,4 +1,4 @@
// Copyright 2016 The go-ethereum Authors // Copyright 2017 The go-ethereum Authors
// This file is part of go-ethereum. // This file is part of go-ethereum.
// //
// go-ethereum is free software: you can redistribute it and/or modify // go-ethereum is free software: you can redistribute it and/or modify
@ -145,7 +145,7 @@ var app = utils.NewApp(gitCommit, "Ethereum Swarm")
func init() { func init() {
app.Action = bzzd app.Action = bzzd
app.HideVersion = true // we have a command to print the version app.HideVersion = true // we have a command to print the version
app.Copyright = "Copyright 2013-2016 The go-ethereum Authors" app.Copyright = "Copyright 2013-2017 The go-ethereum Authors"
app.Commands = []cli.Command{ app.Commands = []cli.Command{
{ {
Action: version, Action: version,
@ -236,6 +236,7 @@ Cleans database of corrupted entries.
utils.DataDirFlag, utils.DataDirFlag,
utils.BootnodesFlag, utils.BootnodesFlag,
utils.KeyStoreDirFlag, utils.KeyStoreDirFlag,
utils.TestNetFlag,
utils.ListenPortFlag, utils.ListenPortFlag,
utils.NoDiscoverFlag, utils.NoDiscoverFlag,
utils.DiscoveryV5Flag, utils.DiscoveryV5Flag,