From ebdcc360b65816f7ad7cdedce6a1114d5e014b7b Mon Sep 17 00:00:00 2001 From: Cozz Lovan Date: Tue, 15 Jul 2014 02:11:55 +0200 Subject: Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 07960ee37..ca30abac9 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -259,6 +259,7 @@ std::string HelpMessage(HelpMessageMode mode) #endif strUsage += " -whitebind= " + _("Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6") + "\n"; strUsage += " -whitelist= " + _("Whitelist peers connecting from the given netmask or ip. Can be specified multiple times.") + "\n"; + strUsage += " " + _("Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway") + "\n"; #ifdef ENABLE_WALLET strUsage += "\n" + _("Wallet options:") + "\n"; -- cgit v1.2.3