cmd/geth: update flag groups in the geth command usage

This commit is contained in:
Péter Szilágyi
2017-04-13 17:12:37 +03:00
parent 732b75325c
commit 97f38ce4d6
2 changed files with 14 additions and 5 deletions

View File

@ -55,7 +55,7 @@ func init() {
// Initialize the CLI app and start Geth
app.Action = geth
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{
// See chaincmd.go:
initCommand,