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