[CalendarServer-changes] [7167] CalendarServer/trunk/calendarserver/tools/purge.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 9 18:40:59 PST 2011


Revision: 7167
          http://trac.macosforge.org/projects/calendarserver/changeset/7167
Author:   wsanchez at apple.com
Date:     2011-03-09 18:40:59 -0800 (Wed, 09 Mar 2011)
Log Message:
-----------
Don't pring -b option in usage

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/purge.py

Modified: CalendarServer/trunk/calendarserver/tools/purge.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/purge.py	2011-03-10 02:38:39 UTC (rev 7166)
+++ CalendarServer/trunk/calendarserver/tools/purge.py	2011-03-10 02:40:59 UTC (rev 7167)
@@ -60,9 +60,9 @@
     print ""
     print "options:"
     print "  -h --help: print this help and exit"
+    print "  -f --config <path>: Specify caldavd.plist configuration path"
     print "  -d --days <number>: specify how many days in the past to retain (default=%d)" % (DEFAULT_RETAIN_DAYS,)
-    print "  -b --batch <number>: number of events to remove in each transaction (default=%d)" % (DEFAULT_BATCH_SIZE,)
-    print "  -f --config <path>: Specify caldavd.plist configuration path"
+   #print "  -b --batch <number>: number of events to remove in each transaction (default=%d)" % (DEFAULT_BATCH_SIZE,)
     print "  -n --dry-run: calculate how many events to purge, but do not purge data"
     print "  -v --verbose: print progress information"
     print ""
@@ -82,8 +82,8 @@
     print ""
     print "options:"
     print "  -h --help: print this help and exit"
-    print "  -b --batch <number>: number of attachments to remove in each transaction (default=%d)" % (DEFAULT_BATCH_SIZE,)
     print "  -f --config <path>: Specify caldavd.plist configuration path"
+   #print "  -b --batch <number>: number of attachments to remove in each transaction (default=%d)" % (DEFAULT_BATCH_SIZE,)
     print "  -n --dry-run: calculate how many attachments to purge, but do not purge data"
     print "  -v --verbose: print progress information"
     print ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110309/caabff8d/attachment.html>


More information about the calendarserver-changes mailing list