File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ OPTIONS:
51
51
AppHelpTemplate = `NAME:
52
52
{{.App.Name}} - {{.App.Usage}}
53
53
54
- Copyright 2013-2019 The go-ethereum Authors
54
+ Copyright 2013-2021 The go-ethereum Authors
55
55
56
56
USAGE:
57
- {{.App.HelpName}} [options]{{if .App.Commands}} command [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
57
+ {{.App.HelpName}} [options]{{if .App.Commands}} [ command] [command options]{{end}} {{if .App.ArgsUsage}}{{.App.ArgsUsage}}{{else}}[arguments...]{{end}}
58
58
{{if .App.Version}}
59
59
VERSION:
60
60
{{.App.Version}}
@@ -77,7 +77,7 @@ COPYRIGHT:
77
77
ClefAppHelpTemplate = `NAME:
78
78
{{.App.Name}} - {{.App.Usage}}
79
79
80
- Copyright 2013-2019 The go-ethereum Authors
80
+ Copyright 2013-2021 The go-ethereum Authors
81
81
82
82
USAGE:
83
83
{{.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