Modified: CalendarServer/trunk/bin/xattr (1472 => 1473)
--- CalendarServer/trunk/bin/xattr 2007-04-11 18:03:23 UTC (rev 1472)
+++ CalendarServer/trunk/bin/xattr 2007-04-11 18:28:13 UTC (rev 1473)
@@ -35,9 +35,9 @@
print " %s -d attr_name file [file ...]" % (name,)
print ""
print "The first form lists the names of all xattrs on the given file(s)."
- print "The second form prints the value of the xattr attr_name on the given file(s)."
- print "The third form sets the value of the xattr attr_name to attr_value on the given file(s)."
- print "The fourth form deletes the xattr attr_value on the given file(s)."
+ print "The second form (-p) prints the value of the xattr attr_name on the given file(s)."
+ print "The third form (-w) sets the value of the xattr attr_name to attr_value on the given file(s)."
+ print "The fourth form (-d) deletes the xattr attr_name on the given file(s)."
print ""
print "options:"
print " -h: print this help"