File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ func init() {
146
146
// Initialize the CLI app and start Geth
147
147
app .Action = geth
148
148
app .HideVersion = true // we have a command to print the version
149
- app .Copyright = "Copyright 2013-2017 The go-ethereum Authors"
149
+ app .Copyright = "Copyright 2013-2018 The go-ethereum Authors"
150
150
app .Commands = []cli.Command {
151
151
// See chaincmd.go:
152
152
initCommand ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
var AppHelpTemplate = `NAME:
34
34
{{.App.Name}} - {{.App.Usage}}
35
35
36
- Copyright 2013-2017 The go-ethereum Authors
36
+ Copyright 2013-2018 The go-ethereum Authors
37
37
38
38
USAGE:
39
39
{{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
You can’t perform that action at this time.
0 commit comments