Changed ./build/bin/bitcoin help to ./build/bin/bitcoin-cli help in the Arch Linux setup example.
The example was showing the wrong command - bitcoin is the multiprocess wrapper
(used with -m flag), But the basic example should use bitcoin-cli to interact
with the daemon, consistent with the macOS build documentation.