Add encrypt/decrypt command to the WalletTool help text.

This commit is contained in:
Mike Hearn 2014-06-24 16:27:12 +02:00
parent b6f61e8850
commit 7b337680bf

View File

@ -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.