diff options
Diffstat (limited to 'python/walmgr.py')
-rwxr-xr-x | python/walmgr.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/walmgr.py b/python/walmgr.py index e753ce86..a8b0fbcb 100755 --- a/python/walmgr.py +++ b/python/walmgr.py @@ -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): |