From: Erez_Zadok Date: Fri, 16 Nov 2007 18:46:58 +0000 (-0500) Subject: Unionfs: small documentation fix to usage.txt X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=97f6d61ea5c918595a4e3665730844cdee730d80;p=unionfs-odf.git Unionfs: small documentation fix to usage.txt Reported by Daniel Farrugia. Signed-off-by: Erez Zadok --- diff --git a/Documentation/filesystems/unionfs/usage.txt b/Documentation/filesystems/unionfs/usage.txt index 3d3be95fa0..4083aee7b0 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: