encfs: improve wording

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
manned-org
michaeldel 2021-03-31 13:49:19 +02:00 committed by Starbeamrainbowlabs
parent ea5a77b14c
commit 65746eb5bb
1 changed files with 3 additions and 3 deletions

View File

@ -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: <https://github.com/vgough/encfs>.
- 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}}`