better help text for offline restore
authorthomasv <thomasv@gitorious>
Tue, 16 Apr 2013 13:19:41 +0000 (15:19 +0200)
committerthomasv <thomasv@gitorious>
Tue, 16 Apr 2013 13:19:41 +0000 (15:19 +0200)
electrum

index 9c724ee..30f60ea 100755 (executable)
--- a/electrum
+++ b/electrum
@@ -249,7 +249,7 @@ if __name__ == '__main__':
             interface = Interface(config)
             if not options.offline:
                 if not interface.start(wait=True):
-                    print_msg("Not connected, aborting.")
+                    print_msg("Not connected, aborting. Try option -o if you want to restore offline.")
                     sys.exit(1)
                 wallet.interface = interface
                 verifier = WalletVerifier(interface, config)