This updates prune-related help text to document the existing caveat that wallets should remain loaded, and relevant indexes should remain active, while pruning is enabled. This follows the behavior discussed in #30671 without changing startup, pruning, wallet, or index behavior.
Refs #30671.
Testing:
cmake -S . -B build -DBUILD_GUI=OFF -DBUILD_TESTS=OFF -DBUILD_BENCH=OFF -DBUILD_FUZZ_BINARY=OFF -DENABLE_IPC=OFF -DCMAKE_PREFIX_PATH=/opt/homebrewcmake --build build --target bitcoind -j$(sysctl -n hw.ncpu)./build/bin/bitcoind -help 2>&1 | rg -A10 -- '-prune=<n>'xmllint --noout src/qt/forms/optionsdialog.uigit diff --check