aboutsummaryrefslogtreecommitdiff
path: root/sshfs.1.in
diff options
context:
space:
mode:
authorBenjamin Fleischer <fleiben@gmail.com>2014-02-02 23:16:13 +0100
committerBenjamin Fleischer <fleiben@gmail.com>2014-02-02 23:16:13 +0100
commitb42f84218c0a463c9a708eb0eb8c9469d92c63d5 (patch)
tree560a99721bdb1ac28c7c6d06ac22331166d0cda1 /sshfs.1.in
parent990f30d767063c086710ea52ad2c70237338434a (diff)
parent6b4415ada44e0cbf1924f534cd04d117a5a4dbd3 (diff)
downloadsshfs-b42f84218c0a463c9a708eb0eb8c9469d92c63d5.tar
sshfs-b42f84218c0a463c9a708eb0eb8c9469d92c63d5.tar.gz
sshfs-b42f84218c0a463c9a708eb0eb8c9469d92c63d5.tar.bz2
sshfs-b42f84218c0a463c9a708eb0eb8c9469d92c63d5.zip
Merge tag 'sshfs_2_5'
Conflicts: sshfs.c
Diffstat (limited to 'sshfs.1.in')
-rw-r--r--sshfs.1.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/sshfs.1.in b/sshfs.1.in
index 0ba406d..124729b 100644
--- a/sshfs.1.in
+++ b/sshfs.1.in
@@ -62,6 +62,9 @@ synchronous writes
\fB\-o\fR no_readahead
synchronous reads (no speculative readahead)
.TP
+\fB\-o\fR sync_readdir
+synchronous readdir
+.TP
\fB\-o\fR sshfs_debug
print some debugging information
.TP
@@ -156,6 +159,11 @@ communicate over stdin and stdout bypassing network
\fB\-o\fR slave
communicate over stdin and stdout bypassing network
.TP
+\fB\-o\fR disable_hardlink
+link(2) will return with errno set to ENOSYS. Hard links don't currently work
+perfectly on sshfs, and this confuses some programs. If that happens try
+disabling hard links with this option.
+.TP
\fB\-o\fR transform_symlinks
transform absolute symlinks to relative
.TP
@@ -271,7 +279,7 @@ perform reads synchronously
\fB\-o\fR subdir=DIR
prepend this directory to all paths (mandatory)
.TP
-\fB\-o\fR [no]rellinksa
+\fB\-o\fR [no]rellinks
transform absolute symlinks to relative
.TP
[iconv]