summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-07-23 10:22:05 +0000
committerBryan Ischo <bryan@ischo.com>2008-07-23 10:22:05 +0000
commitbb6881fd260bebf017780c46bc0cd67921e33d79 (patch)
tree7566df725910a60165cb685fbcc6fbaa39c9fe05 /src
parent029297200c43fa80eb1f1388b77e532bf2e7e6af (diff)
downloadceph-libs3-bb6881fd260bebf017780c46bc0cd67921e33d79.tar.gz
* Fixed some typos in the usage text
Diffstat (limited to 'src')
-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]"