Skip to content

Commit

Permalink
Fix typo in export receipts and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yongchand committed Jul 28, 2022
1 parent f8f22f9 commit a142542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereumetl/cli/export_receipts_and_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
help='The output file for receipts. If not provided receipts will not be exported. Use "-" for stdout')
@click.option('--logs-output', default=None, show_default=True, type=str,
help='The output file for receipt logs. '
'aIf not provided receipt logs will not be exported. Use "-" for stdout')
'If not provided receipt logs will not be exported. Use "-" for stdout')
@click.option('-c', '--chain', default='ethereum', show_default=True, type=str, help='The chain network to connect to.')
def export_receipts_and_logs(batch_size, transaction_hashes, provider_uri, max_workers, receipts_output, logs_output,
chain='ethereum'):
Expand Down

0 comments on commit a142542

Please sign in to comment.