Skip to content

Do not translate any CLI options

Since D4515/PR13341 it was decided that help text for command-line options should not be translated, however a few options still are translated. This removes the remaining translations.

This is one of the nits split off from !117 (closed).

Test plan:

  • src/qt/bitcoin-qt -? -help-debug and verify the help texts for e.g. -whitelistrelay are still displayed.

Merge request reports