From 9c633bcbd64ddbe7705a8bf0ac745a7205d338a8 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Sun, 12 Jan 2025 14:31:24 -0500 Subject: [PATCH] fix comment in find missing archives script Signed-off-by: Matt Young --- db/sgm-gharchive/gharchive-find-missing-archives.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db/sgm-gharchive/gharchive-find-missing-archives.py b/db/sgm-gharchive/gharchive-find-missing-archives.py index 47c45df..96d82c0 100755 --- a/db/sgm-gharchive/gharchive-find-missing-archives.py +++ b/db/sgm-gharchive/gharchive-find-missing-archives.py @@ -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.