encfs: improve wording
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
ea5a77b14c
commit
65746eb5bb
@@ -1,7 +1,7 @@
|
|||||||
# encfs
|
# encfs
|
||||||
|
|
||||||
> Encrypted virtual filesystem.
|
> Mounts or creates encrypted virtual filesystems.
|
||||||
> To unmount encrypted filesystem use `fusermount -u`.
|
> See also `fusermount`, which can unmount filesystems mounted by this command.
|
||||||
> 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:
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
`encfs --standard {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
|
`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}}`
|
`encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user