From 8d41ee6a892d10a46243def6ad0c2c40e4ae186c Mon Sep 17 00:00:00 2001 From: Coenraad Loubser Date: Thu, 1 Jun 2023 18:50:26 +0200 Subject: [PATCH] Update README.md Added clarification to globbing section about fstab. Mergerfs not being able to use `\` literal might possibly be classified as a bug. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d801450b..2d015f03 100644 --- a/README.md +++ b/README.md @@ -358,9 +358,9 @@ branch. If not set the global value is used. #### globbing To make it easier to include multiple branches mergerfs supports -[globbing](http://linux.die.net/man/7/glob). **The globbing tokens +[globbing](http://linux.die.net/man/7/glob). The globbing tokens MUST be escaped when using via the shell else the shell itself will -apply the glob itself.** +apply the glob itself. Do not escape the glob in `fstab`. ```