diff options
author | Martin Pihlak | 2009-07-21 11:12:57 +0000 |
---|---|---|
committer | Martin Pihlak | 2009-07-21 11:12:57 +0000 |
commit | 9819f0ff600dd95faeedb7bedd80ee04f31c1463 (patch) | |
tree | b26207ae050b750c49504207c9cb2f86c7e67a4d /python/walmgr.py | |
parent | f2525b9df575a12816452e34834c7add172b456c (diff) |
Remove unused --overwrite option.
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): |