Unionfs: small documentation fix to usage.txt
authorErez_Zadok <ezk@cs.sunysb.edu>
Sun, 22 Jul 2007 00:22:38 +0000 (20:22 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:34 +0000 (18:20 -0500)
Reported by Daniel Farrugia.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
Documentation/filesystems/unionfs/usage.txt

index 4feab1351445f2dff9ff2a9e0d98f6886d012783..c0352438784a8a83ccefa9873fe5425fb884e7ad 100644 (file)
@@ -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: