Skip to content

Commit

Permalink
Merge pull request ethereum#17799 from ethersphere/correct_swarm_version
Browse files Browse the repository at this point in the history
cmd/swarm: correct swarm version on --help
  • Loading branch information
zelig authored Oct 2, 2018
2 parents 2c8d5de + 9a749dc commit 83116a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/swarm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,12 @@ func init() {
utils.ListenPortFlag.Value = 30399
}

var app = utils.NewApp(gitCommit, "Ethereum Swarm")
var app = utils.NewApp("", "Ethereum Swarm")

// This init function creates the cli.App.
func init() {
app.Action = bzzd
app.HideVersion = true // we have a command to print the version
app.Version = sv.ArchiveVersion(gitCommit)
app.Copyright = "Copyright 2013-2016 The go-ethereum Authors"
app.Commands = []cli.Command{
{
Expand Down

0 comments on commit 83116a3

Please sign in to comment.