Skip to content

Commit

Permalink
Improve help
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Mar 26, 2024
1 parent b13fc38 commit 6ce52a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Options
--storage-fs-mode mode File mode on system (STORAGE_FS_MODE)
--storage-sftp-host host SFTP host (STORAGE_SFTP_HOST)
--storage-sftp-user name SFTP user name (STORAGE_SFTP_USER)
--storage-sftp-key key SFTP user private key (STORAGE_SFTP_KEY)
--storage-sftp-key key Base64-encoded private key (STORAGE_SFTP_KEY)
--storage-sftp-path path Path on SFTP (STORAGE_SFTP_PATH)
--storage-sftp-mode mode File mode on SFTP (STORAGE_SFTP_MODE)
--storage-s3-host host S3 host (STORAGE_S3_HOST)
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ func genUsage() *usage.Info {
addUnitedOption(info, STORAGE_FS_MODE, "File mode on system", "mode")
addUnitedOption(info, STORAGE_SFTP_HOST, "SFTP host", "host")
addUnitedOption(info, STORAGE_SFTP_USER, "SFTP user name", "name")
addUnitedOption(info, STORAGE_SFTP_KEY, "SFTP user private key", "key")
addUnitedOption(info, STORAGE_SFTP_KEY, "Base64-encoded private key", "key")
addUnitedOption(info, STORAGE_SFTP_PATH, "Path on SFTP", "path")
addUnitedOption(info, STORAGE_SFTP_MODE, "File mode on SFTP", "mode")
addUnitedOption(info, STORAGE_S3_HOST, "S3 host", "host")
Expand Down

0 comments on commit 6ce52a5

Please sign in to comment.