mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 09:50:45 +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() {
|
func init() {
|
||||||
// Initialize the CLI app and start XDC
|
// Initialize the CLI app and start XDC
|
||||||
app.Action = XDC
|
app.Action = XDC
|
||||||
app.HideVersion = true // we have a command to print the version
|
|
||||||
app.Copyright = "Copyright (c) 2024 XDPoSChain"
|
app.Copyright = "Copyright (c) 2024 XDPoSChain"
|
||||||
app.Commands = []*cli.Command{
|
app.Commands = []*cli.Command{
|
||||||
// See chaincmd.go:
|
// See chaincmd.go:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue