diff options
author | Cédric Villemain | 2011-11-17 12:14:59 +0000 |
---|---|---|
committer | Cédric Villemain | 2011-11-25 13:50:50 +0000 |
commit | 96a0609d82316d1fabc41acebfed6f9376e82b8f (patch) | |
tree | bfbede73d0be5fee9edeb19e424a763c936f66bf /python/walmgr.py | |
parent | 236972c7dfadcf7ebc654b0585dfd5df94e82e16 (diff) |
python/walmngr.py: update help and usage
Add the xpartialsync command description and remove the -n switch
from usage (it is already present in --help)
Diffstat (limited to 'python/walmgr.py')
-rwxr-xr-x | python/walmgr.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/walmgr.py b/python/walmgr.py index d4796401..f990bdef 100755 --- a/python/walmgr.py +++ b/python/walmgr.py @@ -34,9 +34,7 @@ Internal commands: xrelease Release backup lock (master) xrotate Rotate backup sets, expire and archive oldest if necessary. xpurgewals Remove WAL files not needed for backup (slave) - -Switches: - -n no action, just print commands + xpartialsync Append data to WAL file (slave) """ import os, sys, re, signal, time, traceback |