diff options
author | bjoe2k4 <bjoe2k4@users.noreply.github.com> | 2020-05-17 11:30:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 10:30:59 +0100 |
commit | 11df8874dc8f1e8fc9e451565bbe6e2d7a5dffdf (patch) | |
tree | a0a18075d0532029469571457cba37bbde137a7f /sshfs.rst | |
parent | a7e1038203c856cc7e052d439d1da49fe131339f (diff) | |
download | sshfs-11df8874dc8f1e8fc9e451565bbe6e2d7a5dffdf.tar sshfs-11df8874dc8f1e8fc9e451565bbe6e2d7a5dffdf.tar.gz sshfs-11df8874dc8f1e8fc9e451565bbe6e2d7a5dffdf.tar.bz2 sshfs-11df8874dc8f1e8fc9e451565bbe6e2d7a5dffdf.zip |
Fix typo in docs (#213)
Diffstat (limited to 'sshfs.rst')
-rw-r--r-- | sshfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ credentials that were used to connect to the server. If this is undesired, local permission checking can be enabled with ``-o default_permissions``. By default, only the mounting user will be able to access the filesystem. Access for other -users can be enabled by passing ``-o allow_others``. In this case you most likely also +users can be enabled by passing ``-o allow_other``. In this case you most likely also want to use ``-o default_permissions``. It is recommended to run SSHFS as regular user (not as root). For this to work the |