diff options
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 |