Remove unused --overwrite option.
authorMartin Pihlak <martin.pihlak@gmail.com>
Tue, 21 Jul 2009 11:12:57 +0000 (14:12 +0300)
committerMartin Pihlak <martin.pihlak@gmail.com>
Tue, 21 Jul 2009 11:12:57 +0000 (14:12 +0300)
python/walmgr.py

index e753ce866705a0f633ca58a1f19fbe1b3a80667b..a8b0fbcb30245fd811587d83579f85d655552a58 100755 (executable)
@@ -253,8 +253,6 @@ class WalMgr(skytools.DBScript):
         p.set_usage(__doc__.strip())
         p.add_option("-n", "--not-really", action="store_true", dest="not_really",
                      help = "Don't actually do anything.", default=False)
-        p.add_option("-O", "--overwrite", action="store_true", dest="overwrite",
-                     help = "Overwrite target data directory during backup.", default=False)
         return p
 
     def __init__(self, args):