From 65746eb5bb7054d9e511daa52abe2c91c4131fe6 Mon Sep 17 00:00:00 2001 From: michaeldel Date: Wed, 31 Mar 2021 13:49:19 +0200 Subject: [PATCH] encfs: improve wording Co-authored-by: Starbeamrainbowlabs --- pages/common/encfs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/encfs.md b/pages/common/encfs.md index 06a069f4e..857f4ad2e 100644 --- a/pages/common/encfs.md +++ b/pages/common/encfs.md @@ -1,7 +1,7 @@ # encfs -> Encrypted virtual filesystem. -> To unmount encrypted filesystem use `fusermount -u`. +> Mounts or creates encrypted virtual filesystems. +> See also `fusermount`, which can unmount filesystems mounted by this command. > More information: . - Initialize or mount an encrypted filesystem: @@ -12,7 +12,7 @@ `encfs --standard {{/path/to/cipher_dir}} {{/path/to/mount_point}}` -- Run encfs in foreground instead of spawning a daemon: +- Run encfs in the foreground instead of spawning a daemon: `encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}`