Skip to content

Commit

Permalink
Rename CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 11, 2024
1 parent def456d commit ae7b2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oonipipeline/src/oonipipeline/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def checkdb(
default=False,
help="should we perform an optimization of the tables as well",
)
def checkdb(start_at: datetime, end_at: datetime, optimize: bool):
def check_duplicates(start_at: datetime, end_at: datetime, optimize: bool):
"""
Perform checks on the bucket ranges to ensure no duplicate entries are
present. This is useful when backfilling the database to make sure the
Expand Down

0 comments on commit ae7b2b2

Please sign in to comment.