mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
internal/flags: update copyright year (#24415)
This commit is contained in:
parent
7033724522
commit
6662c78ec0
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ OPTIONS:
|
|||
AppHelpTemplate = `NAME:
|
||||
{{.App.Name}} - {{.App.Usage}}
|
||||
|
||||
Copyright 2013-2021 The go-ethereum Authors
|
||||
Copyright 2013-2022 The go-ethereum Authors
|
||||
|
||||
USAGE:
|
||||
{{.App.HelpName}} [options]{{if .App.Commands}} [command] [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
|
||||
|
|
@ -77,7 +77,7 @@ COPYRIGHT:
|
|||
ClefAppHelpTemplate = `NAME:
|
||||
{{.App.Name}} - {{.App.Usage}}
|
||||
|
||||
Copyright 2013-2021 The go-ethereum Authors
|
||||
Copyright 2013-2022 The go-ethereum Authors
|
||||
|
||||
USAGE:
|
||||
{{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue