Browse Source

update help

283
ThomasV 13 years ago
parent
commit
9e7098bb4a
  1. 2
      client/electrum

2
client/electrum

@ -92,7 +92,7 @@ if __name__ == '__main__':
if not wallet.read() and cmd not in ['help','create','restore']: if not wallet.read() and cmd not in ['help','create','restore']:
print "Wallet file not found." print "Wallet file not found."
print "Type 'electrum.py create' to create a new wallet, or provide a path to a wallet with the -d option" print "Type 'electrum create' to create a new wallet, or provide a path to a wallet with the -w option"
sys.exit(0) sys.exit(0)
if cmd in ['create', 'restore']: if cmd in ['create', 'restore']:

Loading…
Cancel
Save