projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2525b9
)
Remove unused --overwrite option.
author
Martin Pihlak
<martin.pihlak@gmail.com>
Tue, 21 Jul 2009 11:12:57 +0000
(14:12 +0300)
committer
Martin Pihlak
<martin.pihlak@gmail.com>
Tue, 21 Jul 2009 11:12:57 +0000
(14:12 +0300)
python/walmgr.py
patch
|
blob
|
blame
|
history
diff --git
a/python/walmgr.py
b/python/walmgr.py
index e753ce866705a0f633ca58a1f19fbe1b3a80667b..a8b0fbcb30245fd811587d83579f85d655552a58 100755
(executable)
--- 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):