From 1b86f9c03079ee1ccb0c25d5afbd1e9c043644c2 Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Sat, 21 Jul 2007 20:22:38 -0400 Subject: [PATCH] Unionfs: small documentation fix to usage.txt Reported by Daniel Farrugia. Signed-off-by: Erez Zadok --- Documentation/filesystems/unionfs/usage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/unionfs/usage.txt b/Documentation/filesystems/unionfs/usage.txt index 4feab135144..c0352438784 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: -- 2.43.0