diff --git a/src/init.cpp b/src/init.cpp --- a/src/init.cpp +++ b/src/init.cpp @@ -1102,11 +1102,11 @@ ArgsManager::ALLOW_BOOL, OptionsCategory::RPC); gArgs.AddArg( "-rpcauth=", - "Username and hashed password for JSON-RPC connections. The field " - " comes in the format: :$. A canonical " - "python script is included in share/rpcauth. The client then connects " - "normally using the rpcuser=/rpcpassword= pair of " - "arguments. This option can be specified multiple times", + "Username and HMAC-SHA-256 hashed password for JSON-RPC connections. " + "The field comes in the format: :$. A " + "canonical python script is included in share/rpcauth. The client then " + "connects normally using the rpcuser=/rpcpassword= " + "pair of arguments. This option can be specified multiple times", ArgsManager::ALLOW_ANY | ArgsManager::SENSITIVE, OptionsCategory::RPC); gArgs.AddArg("-rpcport=", strprintf("Listen for JSON-RPC connections on "