From bb6881fd260bebf017780c46bc0cd67921e33d79 Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Wed, 23 Jul 2008 10:22:05 +0000 Subject: * Fixed some typos in the usage text --- src/s3.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src') 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 [cannedAcl, location]\n" " delete \n" " list [prefix, marker, delimiter, maxkeys, allDetails]\n" -" getacl [filename, allDetails]" -" setacl [filename]" +" getacl [filename, allDetails]\n" +" setacl [filename]\n" " put / [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 / /\n" -" [cacheControl, contentType, contentDispositionFilename,\n" -" contentEncoding, expires, cannedAcl, [x-amz-meta-...]]\n" +" [cacheControl, contentType, contentDispositionFilename,\n" +" contentEncoding, expires, cannedAcl, [x-amz-meta-...]]\n" " get / [filename (required if -s is used), ifModifiedSince,\n" -" ifNotmodifiedSince, ifMatch, ifNotMatch,\n" -" startByte, byteCount]\n" +" ifNotmodifiedSince, ifMatch, ifNotMatch, startByte, byteCount]\n" " head / [ifModifiedSince, ifNotmodifiedSince, ifMatch,\n" -" ifNotMatch] (implies -s)\n" +" ifNotMatch] (implies -s)\n" " delete /\n" " getacl / [filename, allDetails]\n" " setacl / [filename]" -- cgit v1.2.1