tbetter help text for offline restore - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 921d60468c32119217fd3347c9322a328b06cdcd
DIR parent 8fcd782ff44af8716054e646e89c637e7b4c5b86
HTML Author: thomasv <thomasv@gitorious>
Date: Tue, 16 Apr 2013 15:19:41 +0200
better help text for offline restore
Diffstat:
M electrum | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrum b/electrum
t@@ -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)