encfs: fix unmount example to comply with style

manned-org
michaeldel 2021-03-29 13:42:38 +02:00 committed by Starbeamrainbowlabs
parent 6ff6308456
commit ea5a77b14c
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,7 @@
# encfs
> Encrypted virtual filesystem.
> To unmount encrypted filesystem use `fusermount -u`.
> More information: <https://github.com/vgough/encfs>.
- 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}}`