summaryrefslogtreecommitdiff
path: root/src/s3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s3.c')
-rw-r--r--src/s3.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/s3.c b/src/s3.c
index bc182ad..7623768 100644
--- a/src/s3.c
+++ b/src/s3.c
@@ -196,7 +196,7 @@ static void usageExit(FILE *out)
" Command Line:\n"
"\n"
" -p : use path-style URIs (--path-style)\n"
-" -u : unencrypted (use HTTP instead of HTTPS) (--https)\n"
+" -u : unencrypted (use HTTP instead of HTTPS) (--unencrypted)\n"
" -s : show response properties (--show-properties)\n"
"\n"
" Environment:\n"
@@ -212,19 +212,18 @@ static void usageExit(FILE *out)
" create <bucket> [cannedAcl, location]\n"
" delete <bucket>\n"
" list <bucket> [prefix, marker, delimiter, maxkeys, allDetails]\n"
-" getacl <bucket> [filename, allDetails]"
-" setacl <bucket> [filename]"
+" getacl <bucket> [filename, allDetails]\n"
+" setacl <bucket> [filename]\n"
" put <bucket>/<key> [filename, contentLength, cacheControl, contentType,\n"
-" md5, contentDispositionFilename, contentEncoding,\n"
-" expires, cannedAcl, [x-amz-meta-...]]\n"
+" md5, contentDispositionFilename, contentEncoding, expires,\n"
+" cannedAcl, [x-amz-meta-...]]\n"
" copy <sourcebucket>/<sourcekey> <destbucket>/<destkey>\n"
-" [cacheControl, contentType, contentDispositionFilename,\n"
-" contentEncoding, expires, cannedAcl, [x-amz-meta-...]]\n"
+" [cacheControl, contentType, contentDispositionFilename,\n"
+" contentEncoding, expires, cannedAcl, [x-amz-meta-...]]\n"
" get <buckey>/<key> [filename (required if -s is used), ifModifiedSince,\n"
-" ifNotmodifiedSince, ifMatch, ifNotMatch,\n"
-" startByte, byteCount]\n"
+" ifNotmodifiedSince, ifMatch, ifNotMatch, startByte, byteCount]\n"
" head <bucket>/<key> [ifModifiedSince, ifNotmodifiedSince, ifMatch,\n"
-" ifNotMatch] (implies -s)\n"
+" ifNotMatch] (implies -s)\n"
" delete <bucket>/<key>\n"
" getacl <bucket>/<key> [filename, allDetails]\n"
" setacl <bucket>/<key> [filename]"