diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 3aaccc4405..4438cef560 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -203,7 +203,6 @@ var app = flags.NewApp("the go-ethereum command line interface") func init() { // Initialize the CLI app and start Geth app.Action = geth - app.Copyright = "Copyright 2013-2024 The go-ethereum Authors" app.Commands = []*cli.Command{ // See chaincmd.go: initCommand,