From e0410dbe3e33c0c223b91c8c740c79b9bd62dbcf Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 19 May 2024 13:35:21 -0400 Subject: [PATCH] Fixed usage string --- CountFolderFiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CountFolderFiles.py b/CountFolderFiles.py index 3cc2219..b2a42b5 100644 --- a/CountFolderFiles.py +++ b/CountFolderFiles.py @@ -46,7 +46,7 @@ def clean_directory_name(directory_name): def main(): if len(sys.argv) < 2: - print("Usage: python script.py ") + print("Usage: CountFolderFiles ") sys.exit(1) args = sys.argv[1:]