Skip to content

Commit 0db3ad3

Browse files
committed
Mention -signet in bitcoin-wallet help output
1 parent 922c49a commit 0db3ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoin-wallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static bool WalletAppInit(ArgsManager& args, int argc, char* argv[])
6363
strUsage += "\n"
6464
"bitcoin-wallet is an offline tool for creating and interacting with " PACKAGE_NAME " wallet files.\n"
6565
"By default bitcoin-wallet will act on wallets in the default mainnet wallet directory in the datadir.\n"
66-
"To change the target wallet, use the -datadir, -wallet and -testnet/-regtest arguments.\n\n"
66+
"To change the target wallet, use the -datadir, -wallet and -regtest/-signet/-testnet arguments.\n\n"
6767
"Usage:\n"
6868
" bitcoin-wallet [options] <command>\n";
6969
strUsage += "\n" + args.GetHelpMessage();

0 commit comments

Comments
 (0)