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 9d73777a7..55ef4b437 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.