mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +00:00
Godep issue?
This commit is contained in:
parent
e5a0a0ef48
commit
88b9bc40d7
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ func NewApp(version, usage string) *cli.App {
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = path.Base(os.Args[0])
|
app.Name = path.Base(os.Args[0])
|
||||||
app.Author = ""
|
app.Author = ""
|
||||||
app.Authors = nil
|
//app.Authors = nil
|
||||||
app.Email = ""
|
app.Email = ""
|
||||||
app.Version = version
|
app.Version = version
|
||||||
app.Usage = usage
|
app.Usage = usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue