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

Shell: Update help text to match reality #600

Merged
merged 2 commits into from
Apr 27, 2021
Merged

Conversation

jlokier
Copy link
Contributor

@jlokier jlokier commented Apr 27, 2021

Capitalisation:

  • The option is lower case --logmetrics but help said --logMetrics
  • Same for --logmetricsiterval
  • Same for --metricsserver and --metricsserverport

Ethereum network selection:

  • Moved out into their own, cleaner help section
  • Added help for --mainnet, --goerli and --kovan
  • Moved --networkid and --customnetwork to this section as well

Other:

  • Reworded or formatted some help lines for clarity and consistency

Changed options:

  • Renamed --metricserver to --metrics
  • Renamed --matricsserverport to --metricsport
  • Removed Morden network; this didn't have an option, but could be
    selected with --networkid:2 and then fail to work

Signed-off-by: Jamie Lokier [email protected]

Capitalisation:
- The option is lower case `--logmetrics` but help said `--logMetrics`
- Same for `--logmetricsiterval`
- Same for `--metricsserver` and `--metricsserverport`

Ethereum network selection:
- Moved out into their own, cleaner help section
- Added help for `--mainnet`, `--goerli` and `--kovan`
- Moved `--networkid` and `--customnetwork` to this section as well

Other:
- Reworded or formatted some help lines for clarity and consistency

Changed options:
- Renamed `--metricserver` to `--metrics`
- Renamed `--matricsserverport` to `--metricsport`
- Removed Morden network; this didn't have an option, but could be
  selected with `--networkid:2` and then fail to work

Signed-off-by: Jamie Lokier <[email protected]>
Morden network has not had a working configuration in Nimbus for a few years,
so it's been removed form the main program.  Remove it from premix as well.

Signed-off-by: Jamie Lokier <[email protected]>
@jlokier jlokier linked an issue Apr 27, 2021 that may be closed by this pull request
@jlokier jlokier merged commit 3348106 into master Apr 27, 2021
@jlokier jlokier deleted the jl/update-help-text branch April 27, 2021 10:16
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 this pull request may close these issues.

Goerli missing from --help
1 participant