Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-V, --version option shows up twice when doing --help #18

Closed
TimDaub opened this issue May 16, 2021 · 0 comments · Fixed by #20
Closed

-V, --version option shows up twice when doing --help #18

TimDaub opened this issue May 16, 2021 · 0 comments · Fixed by #20

Comments

@TimDaub
Copy link
Contributor

TimDaub commented May 16, 2021

ethnode --help
Usage: ethnode [options] [command]

Options:
  -V, --version               output the version number
  -d, --download              Download the Ethereum client and exit.
  -w, --workdir <dir>         Specify a working dir.
  -l, --logging <level>       Specify logging level (error, warn, info).
  -w, --workdir <dir>         Specify a working dir.
  -c, --chainid <int>         Set the chainId (also called network id), can be an int or the string "random". (default: 666666)
  -a, --allocate <addresses>  Comma separated list of addresses. Allocate 100 Ethers for each address. (default: [])
  -e, --execute <command>     Start ethnode, execute command, and exit ethnode (useful for testing).
  -V, --version               output the version number
  -h, --help                  display help for command

Commands:
  openethereum                Run an Openethereum development node.
  geth                        Run a Geth development node.
  help [command]              display help for command

See output above -V, --version line shows up twice.

TimDaub added a commit to TimDaub/ethnode that referenced this issue May 16, 2021
@vrde vrde closed this as completed in #20 May 16, 2021
vrde pushed a commit that referenced this issue May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant