This adds a suitable user documentation about configuration file.
The bitcoin-qt -version output formatting has been fixed as well.
Refs:
Some small modifications made outputs of bitcoind and bitcoin-qt the same:
cd ~/github/bitcoin/
./src/bitcoind -help > ~/bitcoind-help
./src/qt/bitcoin-qt -help > ~/bitcoinqt-help
diff ~/bitcoind-help ~/bitcoinqt-help
1c1
< Bitcoin Core Daemon version v0.17.99.0-6ca88a670
---
> Bitcoin Core version v0.17.99.0-6ca88a670 (64-bit)
3c3
< Usage: bitcoind [options] Start Bitcoin Core Daemon
---
> Usage: bitcoin-qt [command-line options]
466a467,486
> UI Options:
>
> -choosedatadir
> Choose data directory on startup (default: 0)
>
> -lang=<lang>
> Set language, for example "de_DE" (default: system locale)
>
> -min
> Start minimized
>
> -resetguisettings
> Reset all settings changed in the GUI
>
> -rootcertificates=<file>
> Set SSL root certificates for payment request (default: -system-)
>
> -splash
> Show splash screen on startup (default: 1)
>
477c497
< your favorite plain-text editor. By default, bitcoind will look for a file
---
> your favorite plain-text editor. By default, bitcoin-qt will look for a file
cd ~/github/bitcoin/
./src/bitcoind -version > ~/bitcoind-version
./src/qt/bitcoin-qt -version > ~/bitcoinqt-version
diff ~/bitcoind-version ~/bitcoinqt-version
1c1
< Bitcoin Core Daemon version v0.17.99.0-6ca88a670
---
> Bitcoin Core version v0.17.99.0-6ca88a670 (64-bit)
And the output on GUI (menu -> Help -> Command-line options):
