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

Fix incorrectly displayed CLI flags in geth usage #799

Merged
merged 4 commits into from
Aug 27, 2019
Merged

Commits on Aug 11, 2019

  1. Fix incorrectly displayed CLI flags in geth usage

    Any flags not explicitly added to a flag group are appended to the last
    flag group defined.  Define the MISC group after the ISTANBUL group so
    that generic flags (e.g. --emitcheckpoints, --help) are correctly
    displayed as MISC OPTIONS and not ISTANBUL OPTIONS in the geth usage.
    chris-j-h committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    050a0e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    7b86493 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    248d4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    ddf5a2b View commit details
    Browse the repository at this point in the history