diff --git a/client/electrum b/client/electrum index 079259a10..0cc4e9c75 100755 --- a/client/electrum +++ b/client/electrum @@ -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']: