From 8c8191065e23e2b94fa654962941c2fca3610acf Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 4 Jun 2025 13:53:37 -0500 Subject: fix: update mistyped comments --- search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search.py b/search.py index 403a5fa..6593a86 100644 --- a/search.py +++ b/search.py @@ -34,9 +34,9 @@ def search_log(query): if __name__ == "__main__": """ Entry point for the script. Parses command line arguments and calls the search function. - Usage: search_crumb.py + Usage: search.py """ if len(sys.argv) < 2: - print("Usage: search_crumb.py ") + print("Usage: search.py ") else: search_log(sys.argv[1]) -- cgit v1.2.3-70-g09d2