Skip to content

Commit

Permalink
fix comment in find missing archives script
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Young <[email protected]>
  • Loading branch information
halcyondude committed Jan 12, 2025
1 parent 4e68a29 commit 9c633bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/sgm-gharchive/gharchive-find-missing-archives.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python3

# python gha-find-missing-archives.py --help
# usage: gha-find-missing-archives.py [-h] [--years [YEARS ...]] [--start_date START_DATE] [--end_date END_DATE] [--persist]
# [--filename FILENAME] [--missing_files_list]
# directory
# python gharchive-find-missing-archives.py --help
# usage: gharchive-find-missing-archives.py [-h] [--years [YEARS ...]] [--start_date START_DATE] [--end_date END_DATE] [--persist]
# [--filename FILENAME] [--missing_files_list]
# directory

# Check existence of hourly archive files in a specified directory.

Expand Down

0 comments on commit 9c633bc

Please sign in to comment.