mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
cmd/XDC: add version in --help output (#26895)
This commit is contained in:
parent
fa69900737
commit
bda88affe6
1 changed files with 0 additions and 1 deletions
|
|
@ -167,7 +167,6 @@ var (
|
|||
func init() {
|
||||
// Initialize the CLI app and start XDC
|
||||
app.Action = XDC
|
||||
app.HideVersion = true // we have a command to print the version
|
||||
app.Copyright = "Copyright (c) 2024 XDPoSChain"
|
||||
app.Commands = []*cli.Command{
|
||||
// See chaincmd.go:
|
||||
|
|
|
|||
Loading…
Reference in a new issue