From: Colin Patrick McCabe Date: Wed, 23 Mar 2011 21:41:33 +0000 (-0700) Subject: obsync: remove obsolete cmdline options X-Git-Tag: v0.26~61 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77be1da8cd02ed35fcc899dabfc1b47e47e027fc;p=ceph.git obsync: remove obsolete cmdline options Signed-off-by: Colin McCabe --- diff --git a/src/obsync/obsync.py b/src/obsync/obsync.py index f4ddb40c6322..96bf5c2f9610 100755 --- a/src/obsync/obsync.py +++ b/src/obsync/obsync.py @@ -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", \