good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 83116a34 authored by Viktor Trón's avatar Viktor Trón Committed by GitHub
Browse files

Merge pull request #17799 from ethersphere/correct_swarm_version

cmd/swarm: correct swarm version on --help
parents 2c8d5dec 9a749dcd
No related branches found
No related tags found
No related merge requests found
......@@ -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{
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment