Browse code

Fix: typo in help message for '--configure'

Stefano Charissis authored on 2013/06/05 13:38:10
Showing 1 changed files
... ...
@@ -1813,7 +1813,7 @@ def main():
1813 1813
     optparser.set_defaults(config = config_file)
1814 1814
     optparser.set_defaults(verbosity = default_verbosity)
1815 1815
 
1816
-    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.")
1816
+    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.")
1817 1817
     optparser.add_option("-c", "--config", dest="config", metavar="FILE", help="Config file name. Defaults to %default")
1818 1818
     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.")
1819 1819
     optparser.add_option(      "--access_key", dest="access_key", help="AWS Access Key")