]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Tweak to 'tahoe ls --help' output (#837)
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 24 Feb 2010 03:02:31 +0000 (19:02 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 24 Feb 2010 03:02:31 +0000 (19:02 -0800)
src/allmydata/scripts/cli.py

index c2efe9d3b8564d9d61d7bb3b8301724ab88f1eee..890ece567241eb92371913d8745624ef16861189 100644 (file)
@@ -97,7 +97,9 @@ class ListOptions(VDriveOptions):
     If 'd' is present, it indicates that the object is a directory.
     If the 'd' is replaced by a '?', the object type is unknown.
     'rwx' is a Unix-like permissions mask: if the mask includes 'w',
-    then the object is writable through its link in this directory.
+    then the object is writeable through its link in this directory
+    (note that the link might be replaceable even if the object is
+    not writeable through the current link).
     The 'x' is a legacy of Unix filesystems. In Tahoe it is used
     only to indicate that the contents of a directory can be listed.