From 5ed2cf8a8bb2a19f2429adaa009c5dbfcc419475 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 6 Jun 2017 16:40:34 -0400 Subject: Add fstat workaround to help output. --- sshfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sshfs.c') diff --git a/sshfs.c b/sshfs.c index 03e824b..a2f23b5 100644 --- a/sshfs.c +++ b/sshfs.c @@ -3322,6 +3322,7 @@ static void usage(const char *progname) " [no]rename fix renaming to existing file (default: off)\n" " [no]truncate fix truncate for old servers (default: off)\n" " [no]buflimit fix buffer fillup bug in server (default: on)\n" +" [no]fstat fix fstat for old servers (default: off)\n" " -o idmap=TYPE user/group ID mapping (default: " IDMAP_DEFAULT ")\n" " none no translation of the ID space\n" " user only translate UID/GID of connecting user\n" -- cgit v1.2.3