aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/usage.go
diff options
context:
space:
mode:
authorVie <yangchenzhong@gmail.com>2018-04-23 18:45:43 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-04-23 18:45:43 +0800
commit26a4dbb4677eb14c3cc96c7b7591820454956b45 (patch)
treea4c888a5335c9c08abc7c3031fafc133abe45963 /cmd/geth/usage.go
parent50aa1dcfdafd755459113d7cb65ce7376fa11747 (diff)
downloaddexon-26a4dbb4677eb14c3cc96c7b7591820454956b45.tar
dexon-26a4dbb4677eb14c3cc96c7b7591820454956b45.tar.gz
dexon-26a4dbb4677eb14c3cc96c7b7591820454956b45.tar.bz2
dexon-26a4dbb4677eb14c3cc96c7b7591820454956b45.tar.lz
dexon-26a4dbb4677eb14c3cc96c7b7591820454956b45.tar.xz
dexon-26a4dbb4677eb14c3cc96c7b7591820454956b45.tar.zst
dexon-26a4dbb4677eb14c3cc96c7b7591820454956b45.zip
cmd/geth: update the copyright year in the geth command usage (#16537)
Diffstat (limited to 'cmd/geth/usage.go')
-rw-r--r--cmd/geth/usage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go
index a1558c233..d934c6b02 100644
--- a/cmd/geth/usage.go
+++ b/cmd/geth/usage.go
@@ -33,7 +33,7 @@ import (
var AppHelpTemplate = `NAME:
{{.App.Name}} - {{.App.Usage}}
- Copyright 2013-2017 The go-ethereum Authors
+ Copyright 2013-2018 The go-ethereum Authors
USAGE:
{{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}