diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-19 11:41:59 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-19 11:41:59 +0000 |
commit | 81928eda7672d772ac03803ff30ce488d4dc5fdc (patch) | |
tree | 2e3a33acb0b6efd12a4c5ae72799ccb36cd6b981 | |
parent | 1ff673ab5ecee355538e8c3171e6bec4059b240c (diff) | |
download | sshfs-81928eda7672d772ac03803ff30ce488d4dc5fdc.tar sshfs-81928eda7672d772ac03803ff30ce488d4dc5fdc.tar.gz sshfs-81928eda7672d772ac03803ff30ce488d4dc5fdc.tar.bz2 sshfs-81928eda7672d772ac03803ff30ce488d4dc5fdc.zip |
fix
-rw-r--r-- | sshfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 only translate ID of connecting user\n" +" user only translate UID 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" |