Revision
1473
Author
wsanchez@apple.com
Date
2007-04-11 11:28:13 -0700 (Wed, 11 Apr 2007)

Log Message

usage

Modified Paths

Diff

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"