encfs: fix unmount example to comply with style
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
6ff6308456
commit
ea5a77b14c
@@ -1,6 +1,7 @@
|
|||||||
# encfs
|
# encfs
|
||||||
|
|
||||||
> Encrypted virtual filesystem.
|
> Encrypted virtual filesystem.
|
||||||
|
> To unmount encrypted filesystem use `fusermount -u`.
|
||||||
> More information: <https://github.com/vgough/encfs>.
|
> More information: <https://github.com/vgough/encfs>.
|
||||||
|
|
||||||
- Initialize or mount an encrypted filesystem:
|
- Initialize or mount an encrypted filesystem:
|
||||||
@@ -15,10 +16,6 @@
|
|||||||
|
|
||||||
`encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
|
`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:
|
- Mount an encrypted snapshot of a plain directory:
|
||||||
|
|
||||||
`encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`
|
`encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`
|
||||||
|
Reference in New Issue
Block a user