From 7b77fefb3098c5f041fc3a5415e0c098eaac0dd8 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 3 Dec 2017 23:54:41 -0800 Subject: [PATCH] Fix typo in find help --- cmd/find-main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/find-main.go b/cmd/find-main.go index 45f4385e4a..652164aa2b 100644 --- a/cmd/find-main.go +++ b/cmd/find-main.go @@ -135,7 +135,7 @@ EXAMPLES: 04. Find all images with ".jpg" extension under "s3/photos", prefixed with "album". $ {{.HelpName}} s3/photos --name "*.jpg" --path "*/album*/*" - 05. Find all images with ".jpg", ".png", and ".gif" extentions, using regex under "s3/photos". + 05. Find all images with ".jpg", ".png", and ".gif" extensions, using regex under "s3/photos". $ {{.HelpName}} s3/photos --regex "(?i)\.(jpg|png|gif)$" 06. Find all images with ".jpg" extension under "s3/bucket" and copy to "play/bucket" *continuously*.