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

Commit

Permalink
Modified help output for update command
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBerdik committed May 27, 2020
1 parent 65d7047 commit 12bbfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def print_help(version):
print(">> list - Lists the names of all InfiniDrive files")
print(">> rename <current file name> <new file name> - Renames the file with the specified name to the specified new name")
print(">> download <file name> <file path> - Downloads the contents of the specified file name to the specified file path")
print(">> update <InfiniDrive file name> <file path OR http/https URL> - Updates the specified InfiniDrive file with the file located at the specified path")
print(">> update <remote file name> <file path OR http/https URL> - Updates the specified remote file with the file located at the specified path")
print(">> size <file name> - Lists the size of the specified InfiniDrive file")
print(">> delete <file name> <optional flag: force-delete> - Deletes the specified InfiniDrive file")

0 comments on commit 12bbfff

Please sign in to comment.