Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Apr 27, 2024
1 parent c56c4d1 commit e1c4a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/find-block-height-gaps/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def get_env():
return ret

def get_args():
parser = argparse.ArgumentParser(description="Dump failed block heights")
parser = argparse.ArgumentParser(description="Finds and outputs block height gaps in a chain")
parser.add_argument("--chain-id", type=str, default="osmosis-1", help="Chain ID to dump failed block heights from")
parser.add_argument("--flatten-and-fill", "-ff", action="store_true", help="Flatten and fill the gaps and output to a file")
parser.add_argument("--flatten-and-fill", "-ff", action="store_true", help="Flatten and fill the gaps and output to a file next to the gaps file")
args = parser.parse_args()
return args

Expand Down

0 comments on commit e1c4a7c

Please sign in to comment.