Explorar el Código

readme: fixed typo in mount propagation keyword

Fabian Peter Hammerle hace 5 años
padre
commit
be58735e92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -23,7 +23,7 @@ Set the env var `$ENCFS_PASSWORD_LENGTH` to change its length.
 
 ## Access encrypted data
 
-Add `-v /somewhere:/encrypted:share` to mount the encrypted view of `/plain/*` into the host filesystem.
+Add `-v /somewhere:/encrypted:shared` to mount the encrypted view of `/plain/*` into the host filesystem.
 
 You may need to disable user namespace remapping for containers
 (dockerd option `--userns-remap`)