Revision
1474
Author
wsanchez@apple.com
Date
2007-04-11 11:29:16 -0700 (Wed, 11 Apr 2007)

Log Message

usage

Modified Paths

Diff

Modified: CalendarServer/trunk/bin/xattr (1473 => 1474)


--- CalendarServer/trunk/bin/xattr	2007-04-11 18:28:13 UTC (rev 1473)
+++ CalendarServer/trunk/bin/xattr	2007-04-11 18:29:16 UTC (rev 1474)
@@ -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 (-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 "The second form (-p) prints the value of the xattr attr_name."
+    print "The third form (-w) sets the value of the xattr attr_name to attr_value."
+    print "The fourth form (-d) deletes the xattr attr_name."
     print ""
     print "options:"
     print "  -h: print this help"