bitcoin-qt --help shows error
bitcoin-qt: chainparamsbase.cpp:56: const CBaseChainParams& BaseParams(): Assertion 'pCurrentBaseParams' failed. Aborted
after the help is printed. The reason is we return before SelectParamsFromCommandLine(), not sure if there is a cleaner fix to this problem though.