diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-04-22 22:26:38 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-04-22 22:26:38 -0700 |
| commit | 46ef1811a18e4a6e704be801b55884fd1d40c9a8 (patch) | |
| tree | a2c2ca0e45e0d5f3fb8c3af0d02f0330df49e233 /weed/shell/command_s3_clean_uploads.go | |
| parent | 11c120c040c82a2eecc6f7f5d23b83266e22eb5e (diff) | |
| download | seaweedfs-46ef1811a18e4a6e704be801b55884fd1d40c9a8.tar.xz seaweedfs-46ef1811a18e4a6e704be801b55884fd1d40c9a8.zip | |
correct help message
Diffstat (limited to 'weed/shell/command_s3_clean_uploads.go')
| -rw-r--r-- | weed/shell/command_s3_clean_uploads.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_clean_uploads.go b/weed/shell/command_s3_clean_uploads.go index 5f674d7b6..1ba31292c 100644 --- a/weed/shell/command_s3_clean_uploads.go +++ b/weed/shell/command_s3_clean_uploads.go @@ -26,7 +26,7 @@ func (c *commandS3CleanUploads) Help() string { return `clean up stale multipart uploads Example: - s3.clean.uploads -replication 001 + s3.clean.uploads -timeAgo 1.5h ` } |
