]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
obsync: remove obsolete cmdline options
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 23 Mar 2011 21:41:33 +0000 (14:41 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 23 Mar 2011 21:42:14 +0000 (14:42 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/obsync/obsync.py

index f4ddb40c6322ad7d54a204715510037b37507ed0..96bf5c2f96108d75c068ad767aca679e5afa1dc3 100755 (executable)
@@ -345,10 +345,6 @@ obsync (options) [source] [destination]"""
 parser = OptionParser(USAGE)
 parser.add_option("-n", "--dry-run", action="store_true", \
     dest="dry_run", default=False)
-parser.add_option("-S", "--source-config",
-    dest="source_config", help="boto configuration file to use for the S3 source")
-parser.add_option("-D", "--dest-config",
-    dest="dest_config", help="boto configuration file to use for the S3 destination")
 parser.add_option("-c", "--create-dest", action="store_true", \
     dest="create", help="create the destination if it doesn't already exist")
 parser.add_option("--delete-before", action="store_true", \