Browse code

2007-06-16 Michal Ludvig <michal@logix.cz>

* 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

Michal Ludvig authored on 2007/06/16 08:25:07
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+2007-06-16  Michal Ludvig  <michal@logix.cz>
2
+
3
+	* s3cmd.1: Syntax fixes from Mikhail Gusarov <dottedmag@dottedmag.net>
4
+
1 5
 2007-05-27  Michal Ludvig  <michal@logix.cz>
2 6
 
3 7
 	* Support for on-the-fly GPG encryption.
... ...
@@ -1,6 +1,6 @@
1 1
 .TH s3cmd 1
2 2
 .SH NAME
3
-s3cmd - tool for managing Amazon S3 storage space
3
+s3cmd \- tool for managing Amazon S3 storage space
4 4
 .SH SYNOPSIS
5 5
 .B s3cmd
6 6
 [\fIOPTIONS\fR] \fICOMMAND\fR [\fIPARAMETERS\fR]
... ...
@@ -37,7 +37,7 @@ Get file from bucket
37 37
 Delete file from bucket
38 38
 .TP
39 39
 \fBdu\fR \fI[s3://BUCKET[/PREFIX]]\fR
40
-Disk usage - amount of data stored in S3
40
+Disk usage \- amount of data stored in S3
41 41
 
42 42
 .SH OPTIONS
43 43
 .PP
... ...
@@ -50,50 +50,50 @@ changes you like.
50 50
 .PP
51 51
 Config file related options.
52 52
 .TP
53
-\fB--configure\fR
53
+\fB\-\-configure\fR
54 54
 Invoke interactive (re)configuration tool. Don't worry, you won't 
55 55
 lose your settings on subsequent runs.
56 56
 .TP
57
-\fB-c\fR FILE, \fB--config\fR=FILE
57
+\fB\-c\fR FILE, \fB\-\-config\fR=FILE
58 58
 Config file name. Defaults to $HOME/.s3cfg
59 59
 .TP
60
-\fB--dump-config\fR
60
+\fB\-\-dump\-config\fR
61 61
 Dump current configuration after parsing config files
62 62
 and command line options and exit.
63 63
 .PP
64 64
 Most of the following options can have a default value set 
65 65
 in the above specified config file.
66 66
 .TP
67
-\fB-f\fR, \fB--force\fR
67
+\fB\-f\fR, \fB\-\-force\fR
68 68
 Force overwrite and other dangerous operations.
69 69
 .TP
70
-\fB-P\fR, \fB--acl-public\fR
70
+\fB\-P\fR, \fB\-\-acl\-public\fR
71 71
 Store objects with permissions allowing read by anyone.
72 72
 .TP
73
-\fB-m\fR MIME/TYPE, \fB--mime-type\fR=MIME/TYPE
74
-Default MIME-type to be set for objects stored.
73
+\fB\-m\fR MIME/TYPE, \fB\-\-mime\-type\fR=MIME/TYPE
74
+Default MIME\-type to be set for objects stored.
75 75
 .TP
76
-\fB-M\fR, \fB--guess-mime-type\fR
77
-Guess MIME-type of files by their extension. Falls
78
-back to default MIME-Type as specified by \fB--mime-type\fR
76
+\fB\-M\fR, \fB\-\-guess\-mime\-type\fR
77
+Guess MIME\(hytype of files by their extension. Falls
78
+back to default MIME\(hyType as specified by \fB\-\-mime\-type\fR
79 79
 option
80 80
 .TP
81
-\fB-H\fR, \fB--human-readable-sizes\fR
81
+\fB\-H\fR, \fB\-\-human\-readable\-sizes\fR
82 82
 Print sizes in human readable form.
83 83
 .\".TP
84
-.\"\fB-u\fR, \fB--show-uri\fR
84
+.\"\fB\-u\fR, \fB\-\-show\-uri\fR
85 85
 .\"Show complete S3 URI in listings.
86 86
 .TP
87
-\fB-v\fR, \fB--verbose\fR
87
+\fB\-v\fR, \fB\-\-verbose\fR
88 88
 Enable verbose output.
89 89
 .TP
90
-\fB-d\fR, \fB--debug\fR
90
+\fB\-d\fR, \fB\-\-debug\fR
91 91
 Enable debug output.
92 92
 .TP
93
-\fB-h\fR, \fB--help\fR
93
+\fB\-h\fR, \fB\-\-help\fR
94 94
 Show the help message and exit
95 95
 .TP
96
-\fB--version\fR
96
+\fB\-\-version\fR
97 97
 Show
98 98
 .B s3cmd
99 99
 version and exit.
... ...
@@ -102,7 +102,7 @@ version and exit.
102 102
 Written by Michal Ludvig <michal@logix.cz>
103 103
 .SH REPORTING BUGS
104 104
 Report bugs to 
105
-.I s3tools-general@lists.sourceforge.net
105
+.I s3tools\-general@lists.sourceforge.net
106 106
 .SH COPYRIGHT
107 107
 Copyright \(co 2007 Michal Ludvig
108 108
 .br
... ...
@@ -111,7 +111,7 @@ the GNU General Public License version 2 <http://www.gnu.org/licenses/gpl.html>.
111 111
 There is NO WARRANTY, to the extent permitted by law.
112 112
 .SH SEE ALSO
113 113
 For the most up to date list of options run 
114
-.B s3cmd --help
114
+.B s3cmd \-\-help
115 115
 .br
116 116
 For more info about usage, examples and other related info visit project homepage at
117 117
 .br