From ea5a77b14c195af989ae30f16911495ad5ea6725 Mon Sep 17 00:00:00 2001 From: michaeldel Date: Mon, 29 Mar 2021 13:42:38 +0200 Subject: [PATCH] encfs: fix unmount example to comply with style --- pages/common/encfs.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/common/encfs.md b/pages/common/encfs.md index f6db96b07..06a069f4e 100644 --- a/pages/common/encfs.md +++ b/pages/common/encfs.md @@ -1,6 +1,7 @@ # encfs > Encrypted virtual filesystem. +> To unmount encrypted filesystem use `fusermount -u`. > More information: . - Initialize or mount an encrypted filesystem: @@ -15,10 +16,6 @@ `encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}` -- Unmount an encrypted filesystem: - -`fusermount -u {{path/to/mount_point}}` - - Mount an encrypted snapshot of a plain directory: `encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`