doc: Update help text.

This commit is contained in:
tecnovert 2023-01-11 23:06:05 +02:00
parent 83a077e5b0
commit a2fa2ff9de
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93

View file

@ -1391,7 +1391,7 @@ def main():
if check_sig:
check_btc_fastsync_data(data_dir, sync_file_path)
except Exception as e:
logger.error(f'Failed to download BTC fastsync file: {e}\nTry manually downloading from {sync_file_url}')
logger.error(f'Failed to download BTC fastsync file: {e}\nRe-running the command should resume the download or try manually downloading from {sync_file_url}')
return 1
withchainclients = {}