diff --git a/src/cardano_account_pandas_dumper/__main__.py b/src/cardano_account_pandas_dumper/__main__.py index a9dee1d..7f1c0af 100644 --- a/src/cardano_account_pandas_dumper/__main__.py +++ b/src/cardano_account_pandas_dumper/__main__.py @@ -125,7 +125,7 @@ def main(): if args.to_block is not None: parser.exit( message=( - "--to_block not allowed with --from_checkpoint (to_block always taken from checkpoint)." + "--to_block not allowed with --from_checkpoint (always taken from checkpoint)." ), status=1, )