GIT: unionfs2-2.6.27.y: Unionfs: small documentation fix to usage.txt

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:49 EDT 2010


commit 74bfff13dcbd1faf4598fc2b5d2a5392cdfdcad4
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date:   Sat Jul 21 20:22:38 2007 -0400

    Unionfs: small documentation fix to usage.txt
    
    Reported by Daniel Farrugia.
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/Documentation/filesystems/unionfs/usage.txt b/Documentation/filesystems/unionfs/usage.txt
index 4feab13..c035243 100644
--- a/Documentation/filesystems/unionfs/usage.txt
+++ b/Documentation/filesystems/unionfs/usage.txt
@@ -44,7 +44,7 @@ To upgrade a union from read-only to read-write:
 
 To delete a branch /foo, regardless where it is in the current union:
 
-# mount -t unionfs -o del=/foo none MOUNTPOINT
+# mount -t unionfs -o remount,del=/foo none MOUNTPOINT
 
 To insert (add) a branch /foo before /bar:
 


More information about the unionfs-cvs mailing list