From 1c00a0b5414baae9a977c165a4b1a7214fdd03a9 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 29 Jun 2020 15:42:45 -0600 Subject: [PATCH] Identify `-fundingstream` parameter as being regtest-only Co-authored-by: str4d --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index 3b675b67a..751fea627 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -441,7 +441,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += HelpMessageOpt("-nurejectoldversions", strprintf("Reject peers that don't know about the current epoch (regtest-only) (default: %u)", DEFAULT_NU_REJECT_OLD_VERSIONS)); strUsage += HelpMessageOpt( "-fundingstream=streamId:startHeight:endHeight:comma_delimited_addresses", - "Use given addresses for block subsidy shared paid to the funding stream with id "); + "Use given addresses for block subsidy shared paid to the funding stream with id (regtest-only)"); } string debugCategories = "addrman, alert, bench, coindb, db, estimatefee, http, libevent, lock, mempool, net, partitioncheck, pow, proxy, prune, " "rand, reindex, rpc, selectcoins, tor, zmq, zrpc, zrpcunsafe (implies zrpc)"; // Don't translate these