From 9e7098bb4a94371472cc33b188e7fe6caf2d16fe Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 25 Feb 2012 07:51:45 +0100 Subject: [PATCH] update help --- client/electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']: