[CalendarServer-changes] [4731] CalendarServer/trunk/calendarserver/tools/principals.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 9 17:01:01 PST 2009


Revision: 4731
          http://trac.macosforge.org/projects/calendarserver/changeset/4731
Author:   wsanchez at apple.com
Date:     2009-11-09 17:01:01 -0800 (Mon, 09 Nov 2009)
Log Message:
-----------
Fix usage

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

Modified: CalendarServer/trunk/calendarserver/tools/principals.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/principals.py	2009-11-10 00:57:33 UTC (rev 4730)
+++ CalendarServer/trunk/calendarserver/tools/principals.py	2009-11-10 01:01:01 UTC (rev 4731)
@@ -56,7 +56,7 @@
 
     name = os.path.basename(sys.argv[0])
     print "usage: %s [options] action_flags principal [principal ...]" % (name,)
-    print "       %s [options] --list-principals type" % (name,)
+   #print "       %s [options] --list-principals type" % (name,)
     print ""
     print "  Performs the given actions against the giving principals."
     print ""
@@ -71,7 +71,7 @@
     print ""
     print "actions:"
    #print "  --search <search-string>: search for matching resources"
-    print "  --list-principals=type: list all principals of the given type"
+   #print "  --list-principals=type: list all principals of the given type"
     print "  --read-property=property: read DAV property (eg.: {DAV:}group-member-set)"
     print "  --list-read-proxies: list proxies with read-only access"
     print "  --list-write-proxies: list proxies with read-write access"
@@ -100,7 +100,7 @@
                 "help",
                 "config=",
                #"search=",
-               #"list-principals=",
+                "list-principals=",
                 "read-property=",
                 "list-read-proxies",
                 "list-write-proxies",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091109/a2267c32/attachment-0001.html>


More information about the calendarserver-changes mailing list