Browse code

Typo in manual

Etienne Michon authored on 2013/06/05 22:30:29
Showing 2 changed files
... ...
@@ -1877,8 +1877,8 @@ def main():
1877 1877
     optparser.add_option(      "--list-md5", dest="list_md5", action="store_true", help="Include MD5 sums in bucket listings (only for 'ls' command).")
1878 1878
     optparser.add_option("-H", "--human-readable-sizes", dest="human_readable_sizes", action="store_true", help="Print sizes in human readable form (eg 1kB instead of 1234).")
1879 1879
 
1880
-    optparser.add_option(      "--ws-index", dest="website_index", action="store", help="Name of error-document (only for [ws-create] command)")
1881
-    optparser.add_option(      "--ws-error", dest="website_error", action="store", help="Name of index-document (only for [ws-create] command)")
1880
+    optparser.add_option(      "--ws-index", dest="website_index", action="store", help="Name of index-document (only for [ws-create] command)")
1881
+    optparser.add_option(      "--ws-error", dest="website_error", action="store", help="Name of error-document (only for [ws-create] command)")
1882 1882
 
1883 1883
     optparser.add_option(      "--progress", dest="progress_meter", action="store_true", help="Display progress meter (default on TTY).")
1884 1884
     optparser.add_option(      "--no-progress", dest="progress_meter", action="store_false", help="Don't display progress meter (default on non-TTY).")
... ...
@@ -282,10 +282,10 @@ Include MD5 sums in bucket listings (only for 'ls' command).
282 282
 Print sizes in human readable form (eg 1kB instead of 1234).
283 283
 .TP
284 284
 \fB\-\-ws\-index\fR=WEBSITE_INDEX
285
-Name of error-document (only for [ws-create] command)
285
+Name of index-document (only for [ws-create] command)
286 286
 .TP
287 287
 \fB\-\-ws\-error\fR=WEBSITE_ERROR
288
-Name of index-document (only for [ws-create] command)
288
+Name of error-document (only for [ws-create] command)
289 289
 .TP
290 290
 \fB\-\-progress\fR
291 291
 Display progress meter (default on TTY).