Skip to content

Commit

Permalink
cmd/XDC: add version in --help output (ethereum#26895)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzliudan authored and JukLee0ira committed Nov 27, 2024
1 parent ad7cbfa commit db3307e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/XDC/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db3307e

Please sign in to comment.