aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-19 11:38:56 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-19 11:38:56 +0000
commit1ff673ab5ecee355538e8c3171e6bec4059b240c (patch)
treed2e89c4393af9a2429b4643864d656713e050c9b
parent6d0e39592d5cd7782b2ae0d52bf3a20743d4ce36 (diff)
downloadsshfs-1ff673ab5ecee355538e8c3171e6bec4059b240c.tar
sshfs-1ff673ab5ecee355538e8c3171e6bec4059b240c.tar.gz
sshfs-1ff673ab5ecee355538e8c3171e6bec4059b240c.tar.bz2
sshfs-1ff673ab5ecee355538e8c3171e6bec4059b240c.zip
fix
-rw-r--r--ChangeLog4
-rw-r--r--sshfs.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 62f1540..8009ab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2005-10-18 Miklos Szeredi <miklos@szeredi.hu>
- * Add remote uid detection and translation. Idea and
- implementation details worked out by Jean-Marc Valin
+ * Add remote uid detection and translation ('idmap=user' option).
+ Idea and implementation details worked out by Jean-Marc Valin
2005-10-17 Miklos Szeredi <miklos@szeredi.hu>
diff --git a/sshfs.c b/sshfs.c
index 525fc9f..e0a7fdb 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -1807,7 +1807,7 @@ static void usage(const char *progname)
" -o rename_workaround work around problem renaming to existing file\n"
" -o idmap=TYPE user/group ID mapping, possible types are:\n"
" none no translation of the ID space (default)\n"
-" user detect remote user ID and translate to local\n"
+" user only translate ID of connecting user\n"
" -o ssh_command=CMD execute CMD instead of 'ssh'\n"
" -o directport=PORT directly connect to PORT bypassing ssh\n"
" -o SSHOPT=VAL ssh options (see man ssh_config)\n"