From ebcac3c8883579653777cc0383ff151df1e8f93b Mon Sep 17 00:00:00 2001 From: jackjack-jj Date: Sun, 24 Jul 2011 12:06:57 -0700 Subject: [PATCH] Add --wallet option --- README | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README b/README index 86e8e6f..5d6b2ef 100644 --- a/README +++ b/README @@ -1,9 +1,10 @@ -Usage: pywallet.py [options] - -Options: - --version show program's version number and exit - -h, --help show this help message and exit - --dumpwallet dump wallet in json format - --importprivkey=KEY import private key from vanitygen - --datadir=DATADIR wallet directory (defaults to bitcoin default) - --testnet use testnet subdirectory and address type +Usage: pywallet.py [options] + +Options: + --version show program's version number and exit + -h, --help show this help message and exit + --dumpwallet dump wallet in json format + --importprivkey=KEY import private key from vanitygen + --datadir=DATADIR wallet directory (defaults to bitcoin default) + --testnet use testnet subdirectory and address type + --wallet wallet filename (defaults to wallet.dat) \ No newline at end of file