better help text for offline restore

This commit is contained in:
thomasv 2013-04-16 15:19:41 +02:00
parent 8fcd782ff4
commit 921d60468c
1 changed files with 1 additions and 1 deletions

View File

@ -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)