Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Commit

Permalink
2007-06-16 Michal Ludvig <michal@logix.cz>
Browse files Browse the repository at this point in the history
	* s3cmd.1: Syntax fixes from Mikhail Gusarov <dottedmag@dottedmag.net>



git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@122 830e0280-6d2a-0410-9c65-932aecc39d9d
  • Loading branch information
mludvig committed Jun 15, 2007
1 parent 8ec1807 commit bf42f42
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2007-06-16 Michal Ludvig <michal@logix.cz>

* s3cmd.1: Syntax fixes from Mikhail Gusarov <dottedmag@dottedmag.net>

2007-05-27 Michal Ludvig <michal@logix.cz>

* Support for on-the-fly GPG encryption.
Expand Down
40 changes: 20 additions & 20 deletions s3cmd.1
@@ -1,6 +1,6 @@
.TH s3cmd 1
.SH NAME
s3cmd - tool for managing Amazon S3 storage space
s3cmd \- tool for managing Amazon S3 storage space
.SH SYNOPSIS
.B s3cmd
[\fIOPTIONS\fR] \fICOMMAND\fR [\fIPARAMETERS\fR]
Expand Down Expand Up @@ -37,7 +37,7 @@ Get file from bucket
Delete file from bucket
.TP
\fBdu\fR \fI[s3://BUCKET[/PREFIX]]\fR
Disk usage - amount of data stored in S3
Disk usage \- amount of data stored in S3

.SH OPTIONS
.PP
Expand All @@ -50,50 +50,50 @@ changes you like.
.PP
Config file related options.
.TP
\fB--configure\fR
\fB\-\-configure\fR
Invoke interactive (re)configuration tool. Don't worry, you won't
lose your settings on subsequent runs.
.TP
\fB-c\fR FILE, \fB--config\fR=FILE
\fB\-c\fR FILE, \fB\-\-config\fR=FILE
Config file name. Defaults to $HOME/.s3cfg
.TP
\fB--dump-config\fR
\fB\-\-dump\-config\fR
Dump current configuration after parsing config files
and command line options and exit.
.PP
Most of the following options can have a default value set
in the above specified config file.
.TP
\fB-f\fR, \fB--force\fR
\fB\-f\fR, \fB\-\-force\fR
Force overwrite and other dangerous operations.
.TP
\fB-P\fR, \fB--acl-public\fR
\fB\-P\fR, \fB\-\-acl\-public\fR
Store objects with permissions allowing read by anyone.
.TP
\fB-m\fR MIME/TYPE, \fB--mime-type\fR=MIME/TYPE
Default MIME-type to be set for objects stored.
\fB\-m\fR MIME/TYPE, \fB\-\-mime\-type\fR=MIME/TYPE
Default MIME\-type to be set for objects stored.
.TP
\fB-M\fR, \fB--guess-mime-type\fR
Guess MIME-type of files by their extension. Falls
back to default MIME-Type as specified by \fB--mime-type\fR
\fB\-M\fR, \fB\-\-guess\-mime\-type\fR
Guess MIME\(hytype of files by their extension. Falls
back to default MIME\(hyType as specified by \fB\-\-mime\-type\fR
option
.TP
\fB-H\fR, \fB--human-readable-sizes\fR
\fB\-H\fR, \fB\-\-human\-readable\-sizes\fR
Print sizes in human readable form.
.\".TP
.\"\fB-u\fR, \fB--show-uri\fR
.\"\fB\-u\fR, \fB\-\-show\-uri\fR
.\"Show complete S3 URI in listings.
.TP
\fB-v\fR, \fB--verbose\fR
\fB\-v\fR, \fB\-\-verbose\fR
Enable verbose output.
.TP
\fB-d\fR, \fB--debug\fR
\fB\-d\fR, \fB\-\-debug\fR
Enable debug output.
.TP
\fB-h\fR, \fB--help\fR
\fB\-h\fR, \fB\-\-help\fR
Show the help message and exit
.TP
\fB--version\fR
\fB\-\-version\fR
Show
.B s3cmd
version and exit.
Expand All @@ -102,7 +102,7 @@ version and exit.
Written by Michal Ludvig <michal@logix.cz>
.SH REPORTING BUGS
Report bugs to
.I s3tools-general@lists.sourceforge.net
.I s3tools\-general@lists.sourceforge.net
.SH COPYRIGHT
Copyright \(co 2007 Michal Ludvig
.br
Expand All @@ -111,7 +111,7 @@ the GNU General Public License version 2 <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
.SH SEE ALSO
For the most up to date list of options run
.B s3cmd --help
.B s3cmd \-\-help
.br
For more info about usage, examples and other related info visit project homepage at
.br
Expand Down

0 comments on commit bf42f42

Please sign in to comment.