Fixed usage string
This commit is contained in:
parent
79351568a7
commit
e0410dbe3e
|
|
@ -46,7 +46,7 @@ def clean_directory_name(directory_name):
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
if len(sys.argv) < 2:
|
if len(sys.argv) < 2:
|
||||||
print("Usage: python script.py <folder_path>")
|
print("Usage: CountFolderFiles <folder_path>")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
args = sys.argv[1:]
|
args = sys.argv[1:]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user