Browse code

Fix typos in s3cmd --help

"For more informations see the progect homepage:"
informations -> information
progect -> project

"On some networks all internet access must go through a HTTP proxy.
Try setting it here if you can't conect to S3 directly"
conect -> connect

Ryan Braganza authored on 2013/07/29 00:11:13
Showing 1 changed files
... ...
@@ -1906,7 +1906,7 @@ def main():
1906 1906
         '"buckets" and uploading, downloading and removing '+
1907 1907
         '"objects" from these buckets.')
1908 1908
     optparser.epilog = format_commands(optparser.get_prog_name(), commands_list)
1909
-    optparser.epilog += ("\nFor more informations see the progect homepage:\n%s\n" % PkgInfo.url)
1909
+    optparser.epilog += ("\nFor more information see the project homepage:\n%s\n" % PkgInfo.url)
1910 1910
     optparser.epilog += ("\nConsider a donation if you have found s3cmd useful:\n%s/donate\n" % PkgInfo.url)
1911 1911
 
1912 1912
     (options, args) = optparser.parse_args()