aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_clean_uploads.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_s3_clean_uploads.go')
-rw-r--r--weed/shell/command_s3_clean_uploads.go2
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
`
}