Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Added missing space in help output for delete command
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBerdik committed Mar 29, 2020
1 parent 2c9acc9 commit a2e07c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InfiniDrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def print_ascii_logo():
print("list - Lists the names of all InfiniDrive files and their IDs")
print("rename <file ID> <new file name> - Renames the file with the specified ID to the specified new name")
print("download <file ID> <file path> - Downloads the contents of the specified file ID to the specified file path")
print("delete <file ID> <optional flag: force-delete>- Deletes the InfiniDrive file specified by the given ID")
print("delete <file ID> <optional flag: force-delete> - Deletes the InfiniDrive file specified by the given ID")

debug_log.write("----------------------------------------\n")
debug_log.write("Normal termination.")

0 comments on commit a2e07c8

Please sign in to comment.