From 9e8cd6bff9d83ad52aa50f4b24e32e931265eb5a Mon Sep 17 00:00:00 2001 From: Gautam Kumar <25435568+gautamajay52@users.noreply.github.com> Date: Wed, 28 Apr 2021 19:56:45 +0530 Subject: [PATCH] docs: fixed some typos --- cmd/copyurl/copyurl.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/copyurl/copyurl.go b/cmd/copyurl/copyurl.go index 92596d5a0..e7e31f188 100644 --- a/cmd/copyurl/copyurl.go +++ b/cmd/copyurl/copyurl.go @@ -37,8 +37,8 @@ Download a URL's content and copy it to the destination without saving it in temporary storage. Setting ` + "`--auto-filename`" + ` will cause the file name to be retrieved from -the from URL (after any redirections) and used in the destination -path. With ` + "`--print-filename`" + ` in addition, the resuling file name will +the URL (after any redirections) and used in the destination +path. With ` + "`--print-filename`" + ` in addition, the resulting file name will be printed. Setting ` + "`--no-clobber`" + ` will prevent overwriting file on the