diff --git a/InfiniDrive.py b/InfiniDrive.py index 8962d44..7ef54bd 100644 --- a/InfiniDrive.py +++ b/InfiniDrive.py @@ -237,7 +237,7 @@ def print_ascii_logo(): print("list - Lists the names of all InfiniDrive files and their IDs") print("rename - Renames the file with the specified ID to the specified new name") print("download - Downloads the contents of the specified file ID to the specified file path") - print("delete - Deletes the InfiniDrive file specified by the given ID") + print("delete - Deletes the InfiniDrive file specified by the given ID") debug_log.write("----------------------------------------\n") debug_log.write("Normal termination.") \ No newline at end of file