From 81928eda7672d772ac03803ff30ce488d4dc5fdc Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 19 Oct 2005 11:41:59 +0000 Subject: fix --- sshfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshfs.c b/sshfs.c index e0a7fdb..659f9ad 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 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" -- cgit v1.2.3