From 46ef1811a18e4a6e704be801b55884fd1d40c9a8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 22 Apr 2021 22:26:38 -0700 Subject: [PATCH] correct help message --- weed/shell/command_s3_clean_uploads.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` }