From a2e07c8e914d8945d2900377634d5db0f94373fb Mon Sep 17 00:00:00 2001 From: David Berdik Date: Sat, 28 Mar 2020 21:37:29 -0400 Subject: [PATCH] Added missing space in help output for delete command --- InfiniDrive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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