Browse code

Merge remote-tracking branch 'scharissis/fix_help_typo' into merge

Matt Domsch authored on 2013/11/26 09:59:15
Showing 1 changed files
... ...
@@ -1872,7 +1872,7 @@ def main():
1872 1872
     optparser.set_defaults(config = config_file)
1873 1873
     optparser.set_defaults(verbosity = default_verbosity)
1874 1874
 
1875
-    optparser.add_option(      "--configure", dest="run_configure", action="store_true", help="Invoke interactive (re)configuration tool. Optionally use as '--configure s3://come-bucket' to test access to a specific bucket instead of attempting to list them all.")
1875
+    optparser.add_option(      "--configure", dest="run_configure", action="store_true", help="Invoke interactive (re)configuration tool. Optionally use as '--configure s3://some-bucket' to test access to a specific bucket instead of attempting to list them all.")
1876 1876
     optparser.add_option("-c", "--config", dest="config", metavar="FILE", help="Config file name. Defaults to %default")
1877 1877
     optparser.add_option(      "--dump-config", dest="dump_config", action="store_true", help="Dump current configuration after parsing config files and command line options and exit.")
1878 1878
     optparser.add_option(      "--access_key", dest="access_key", help="AWS Access Key")