Revision
863
Author
dreid@apple.com
Date
2006-12-19 17:04:20 -0800 (Tue, 19 Dec 2006)

Log Message

Fix inner call to options for possible boolean values

Modified Paths

Diff

Modified: CalendarServer/trunk/twistedcaldav/tap.py (862 => 863)


--- CalendarServer/trunk/twistedcaldav/tap.py	2006-12-20 00:51:00 UTC (rev 862)
+++ CalendarServer/trunk/twistedcaldav/tap.py	2006-12-20 01:04:20 UTC (rev 863)
@@ -89,7 +89,7 @@
 
             self.overrides[key] = value
         else:
-            self.opt_options('%s=True' % (option,))
+            self.opt_option('%s=True' % (option,))
 
     opt_o = opt_option