update help

This commit is contained in:
ThomasV 2012-02-25 07:51:45 +01:00
parent 3efa200f74
commit 9e7098bb4a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if __name__ == '__main__':
if not wallet.read() and cmd not in ['help','create','restore']:
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)
if cmd in ['create', 'restore']: