diff --git a/options.go b/options.go index ddaa0cbf..65ce8a54 100644 --- a/options.go +++ b/options.go @@ -299,9 +299,9 @@ func OSXFUSELocations(paths ...OSXFUSEPaths) MountOption { // AllowNonEmptyMount allows the mounting over a non-empty directory. // -// The files in it will be shadowed by the freshly created mount. -// By default these mounts are rejected to prevent accidental covering up of -// data, which could for example prevent automatic backup. +// The files in it will be shadowed by the freshly created mount. By +// default these mounts are rejected to prevent accidental covering up +// of data, which could for example prevent automatic backup. func AllowNonEmptyMount() MountOption { return func(conf *mountConfig) error { conf.options["nonempty"] = ""