Browse Source

correct help message

pull/2030/head
Chris Lu 4 years ago
parent
commit
46ef1811a1
  1. 2
      weed/shell/command_s3_clean_uploads.go

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

Loading…
Cancel
Save