From 7b337680bf0b46590370a59e70aa29f2a38fdeee Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Tue, 24 Jun 2014 16:27:12 +0200 Subject: [PATCH] Add encrypt/decrypt command to the WalletTool help text. --- .../resources/com/google/bitcoin/tools/wallet-tool-help.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/src/main/resources/com/google/bitcoin/tools/wallet-tool-help.txt b/tools/src/main/resources/com/google/bitcoin/tools/wallet-tool-help.txt index 9d73777a..55ef4b43 100644 --- a/tools/src/main/resources/com/google/bitcoin/tools/wallet-tool-help.txt +++ b/tools/src/main/resources/com/google/bitcoin/tools/wallet-tool-help.txt @@ -45,6 +45,8 @@ Usage: wallet-tool --flags action-name --locktime=2013/01/01 sets the lock time to 1st Jan 2013 --allow-unconfirmed will let you create spends of pending non-change outputs. --no-pki disables pki verification for payment requests. + encrypt Requires --password and uses it to encrypt the wallet in place. + decrypt Requires --password and uses it to decrypt the wallet in place. >>> GENERAL OPTIONS --debuglog Enables logging from the core library.