From 8d2cc9127fd080fe1d862763b6a8fcb1242dfcdf Mon Sep 17 00:00:00 2001 From: Jakub Janecek Date: Thu, 5 Feb 2026 10:48:20 +0100 Subject: [PATCH] docs: fix missing subcommand in cp example 22 --- command/cp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/cp.go b/command/cp.go index 7ed06bfee..ebcc37cc2 100644 --- a/command/cp.go +++ b/command/cp.go @@ -111,7 +111,7 @@ Examples: > s5cmd --request-payer=requester {{.HelpName}} s3://bucket/prefix/object.gz . 22. Upload a file to S3 with a content-type and content-encoding header - > s5cmd --content-type "text/css" --content-encoding "br" myfile.css.br s3://bucket/ + > s5cmd {{.HelpName}} --content-type "text/css" --content-encoding "br" myfile.css.br s3://bucket/ 23. Download the specific version of a remote object to working directory > s5cmd {{.HelpName}} --version-id VERSION_ID s3://bucket/prefix/object .