diff --git a/src/init.cpp b/src/init.cpp --- a/src/init.cpp +++ b/src/init.cpp @@ -640,9 +640,12 @@ "hidden services (default: %s)", "-proxy"), ArgsManager::ALLOW_ANY, OptionsCategory::CONNECTION); - gArgs.AddArg("-onlynet=", - "Only connect to nodes in network (ipv4, ipv6 or onion)", - ArgsManager::ALLOW_ANY, OptionsCategory::CONNECTION); + gArgs.AddArg( + "-onlynet=", + "Make outgoing connections only through network (ipv4, ipv6 or " + "onion). Incoming connections are not affected by this option. This " + "option can be specified multiple times to allow multiple networks.", + ArgsManager::ALLOW_ANY, OptionsCategory::CONNECTION); gArgs.AddArg("-peerbloomfilters", strprintf("Support filtering of blocks and transaction with " "bloom filters (default: %d)",