diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-06 16:40:34 -0400 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-06 16:45:15 -0400 |
commit | 5ed2cf8a8bb2a19f2429adaa009c5dbfcc419475 (patch) | |
tree | 1b9c800f7f56221928571a15e86cd482f70ed99d | |
parent | 9f2eb0437104641bcea46dad3d4adcc2c4dd442f (diff) | |
download | sshfs-5ed2cf8a8bb2a19f2429adaa009c5dbfcc419475.tar sshfs-5ed2cf8a8bb2a19f2429adaa009c5dbfcc419475.tar.gz sshfs-5ed2cf8a8bb2a19f2429adaa009c5dbfcc419475.tar.bz2 sshfs-5ed2cf8a8bb2a19f2429adaa009c5dbfcc419475.zip |
Add fstat workaround to help output.
-rw-r--r-- | sshfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |