Update README.md & Fix #2
All checks were successful
/ test (push) Successful in 17s

This commit is contained in:
Aroy-Art 2024-03-06 15:46:44 +01:00
parent 933d3207db
commit e787514fc5
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 13 additions and 3 deletions

View file

@ -27,7 +27,7 @@ def replace_backslash(directory):
if __name__ == "__main__":
# Check if the correct number of command-line arguments is provided
if len(sys.argv) != 2:
print("Usage: python script_name.py <directory_path>")
print("Usage: python rename_backslash.py <directory_path>")
else:
directory_path = sys.argv[1] # Get the directory path from command-line argument