correct help message

This commit is contained in:
Chris Lu 2021-04-22 22:26:38 -07:00
parent 11c120c040
commit 46ef1811a1

View file

@ -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
`
}