bisq/common
Chris Beams 4ac46e4717
Reorder a few of the most important options
There is currently no explicit rule for how option-related elements are
ordered in the code, but it is important to understand that the order in
which options are registered via parser.accept() calls is the order in
which they appear in --help output.

It would be nice to group options together into sections and separate
them in the --help output with section headers similar to the way that
Bitcoin Core's help output does it, but this is not a built-in option
with the JOpt Simple library, and not worth trying to hack into place at
the moment.
2020-01-20 16:47:53 +01:00
..
src Reorder a few of the most important options 2020-01-20 16:47:53 +01:00