diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-06 12:59:03 -0400 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-06 16:45:15 -0400 |
commit | 6d7ce1607ac7078cb3fcb5f28ae4526a2c19e0f2 (patch) | |
tree | 35de02c4b994df971649db3f8481164ad0743f4d /sshfs.1.in | |
parent | 5659d0d2eab6519c57f636410c27699cadd1ccc0 (diff) | |
download | sshfs-6d7ce1607ac7078cb3fcb5f28ae4526a2c19e0f2.tar sshfs-6d7ce1607ac7078cb3fcb5f28ae4526a2c19e0f2.tar.gz sshfs-6d7ce1607ac7078cb3fcb5f28ae4526a2c19e0f2.tar.bz2 sshfs-6d7ce1607ac7078cb3fcb5f28ae4526a2c19e0f2.zip |
Added support for building with Meson.
Diffstat (limited to 'sshfs.1.in')
-rw-r--r-- | sshfs.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ SSHFS \- filesystem client based on ssh \fBsshfs\fP [\fIuser\fP@]\fBhost\fP:[\fIdir\fP] \fBmountpoint\fP [\fIoptions\fP] .SS unmounting .TP -\fB__UNMOUNT_COMMAND__ mountpoint\fP +\fB@UNMOUNT_COMMAND@ mountpoint\fP .SH DESCRIPTION SSHFS (Secure SHell FileSystem) is a file system for Linux (and other operating systems with a FUSE implementation, such as Mac OS X or FreeBSD) @@ -97,7 +97,7 @@ fix buffer fillup bug in server (default: on) .RE .TP \fB\-o\fR idmap=TYPE -user/group ID mapping (default: __IDMAP_DEFAULT__) +user/group ID mapping (default: @IDMAP_DEFAULT@) .RS 8 .TP none |