Browse code

Clarified GPL version 2 plus help cleanups

matteobar authored on 2014/04/18 17:04:53
Showing 1 changed files
... ...
@@ -58,6 +58,9 @@ Get various information about Buckets or Files
58 58
 s3cmd \fBcp\fR \fIs3://BUCKET1/OBJECT1 s3://BUCKET2[/OBJECT2]\fR
59 59
 Copy object
60 60
 .TP
61
+s3cmd \fBmodify\fR \fIs3://BUCKET1/OBJECT\fR
62
+Modify object metadata
63
+.TP
61 64
 s3cmd \fBmv\fR \fIs3://BUCKET1/OBJECT1 s3://BUCKET2[/OBJECT2]\fR
62 65
 Move object
63 66
 .TP
... ...
@@ -149,7 +152,7 @@ to a specific bucket instead of attempting to list
149 149
 them all.
150 150
 .TP
151 151
 \fB\-c\fR FILE, \fB\-\-config\fR=FILE
152
-Config file name. Defaults to /home/mdomsch/.s3cfg
152
+Config file name. Defaults to /home/user/.s3cfg
153 153
 .TP
154 154
 \fB\-\-dump\-config\fR
155 155
 Dump current configuration after parsing config files
... ...
@@ -338,8 +341,8 @@ Force MIME-type. Override both \fB--default-mime-type\fR and
338 338
 .TP
339 339
 \fB\-\-add\-header\fR=NAME:VALUE
340 340
 Add a given HTTP header to the upload request. Can be
341
-used multiple times. For instance set 'Expires' or 'Cache-Control' headers (or both) using this options
342
-if you like.
341
+used multiple times. For instance set 'Expires' or
342
+'Cache-Control' headers (or both) using this option.
343 343
 .TP
344 344
 \fB\-\-server\-side\-encryption\fR
345 345
 Specifies that server-side encryption will be used
... ...
@@ -366,8 +369,8 @@ Size of each chunk of a multipart upload. Files bigger
366 366
 than SIZE are automatically uploaded as multithreaded-
367 367
 multipart, smaller files are uploaded using the
368 368
 traditional method. SIZE is in Mega-Bytes, default
369
-chunk size is noneMB, minimum allowed chunk size is
370
-5MB, maximum is 5GB.
369
+chunk size is 15MB, minimum allowed chunk size is 5MB,
370
+maximum is 5GB.
371 371
 .TP
372 372
 \fB\-\-list\-md5\fR
373 373
 Include MD5 sums in bucket listings (only for 'ls'
... ...
@@ -384,12 +387,12 @@ Name of index-document (only for [ws-create] command)
384 384
 Name of error-document (only for [ws-create] command)
385 385
 .TP
386 386
 \fB\-\-expiry\-date\fR=EXPIRY_DATE
387
-Indicates when the expiration rule take effect. (only
387
+Indicates when the expiration rule takes effect. (only
388 388
 for [expire] command)
389 389
 .TP
390 390
 \fB\-\-expiry\-days\fR=EXPIRY_DAYS
391 391
 Indicates the number of days after object creation the
392
-expiration rule take effect. (only for [expire]
392
+expiration rule takes effect. (only for [expire]
393 393
 command)
394 394
 .TP
395 395
 \fB\-\-expiry\-prefix\fR=EXPIRY_PREFIX
... ...
@@ -547,27 +550,38 @@ To exclude local directory 'somedir', be sure to use a trailing forward slash, a
547 547
 .PP
548 548
 
549 549
 .SH SEE ALSO
550
-For the most up to date list of options run 
550
+For the most up to date list of options run: 
551 551
 .B s3cmd \-\-help
552 552
 .br
553
-For more info about usage, examples and other related info visit project homepage at
554
-.br
553
+For more info about usage, examples and other related info visit project homepage at:
555 554
 .B http://s3tools.org
556 555
 .SH DONATIONS
557 556
 Please consider a donation if you have found s3cmd useful:
558 557
 .br
559 558
 .B http://s3tools.org/donate
560 559
 .SH AUTHOR
561
-Written by Michal Ludvig <mludvig@logix.net.nz> and 15+ contributors
560
+Written by Michal Ludvig and contributors
562 561
 .SH CONTACT, SUPPORT
563 562
 Preferred way to get support is our mailing list:
563
+.br
564 564
 .I s3tools\-general@lists.sourceforge.net
565
+.br
566
+or visit the project homepage:
567
+.br
568
+.B http://s3tools.org
565 569
 .SH REPORTING BUGS
566 570
 Report bugs to 
567 571
 .I s3tools\-bugs@lists.sourceforge.net
568 572
 .SH COPYRIGHT
569
-Copyright \(co 2007,2008,2009,2010,2011,2012 Michal Ludvig <http://www.logix.cz/michal>
573
+Copyright \(co 2007-2014 TGRMN Software - http://www.tgrmn.com - and contributors
574
+.br
575
+.SH LICENSE
576
+This program is free software; you can redistribute it and/or modify
577
+it under the terms of the GNU General Public License as published by
578
+the Free Software Foundation; either version 2 of the License, or
579
+(at your option) any later version.
580
+This program is distributed in the hope that it will be useful,
581
+but WITHOUT ANY WARRANTY; without even the implied warranty of
582
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
583
+GNU General Public License for more details.
570 584
 .br
571
-This is free software.  You may redistribute copies of it under the terms of
572
-the GNU General Public License version 2 <http://www.gnu.org/licenses/gpl.html>.
573
-There is NO WARRANTY, to the extent permitted by law.