aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshfs.c b/sshfs.c
index ae65107..0aa325c 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -1159,7 +1159,7 @@ static void usage(const char *progname)
"\n"
"SSHFS Options:\n"
" -o directport=PORT directly connect to port bypassing ssh\n"
- " -o SSHOPT=VAL ssh options (see man ssh_config(5))\n"
+ " -o SSHOPT=VAL ssh options (see man ssh_config)\n"
"\n", progname);
fuse_main(2, (char **) fusehelp, &sshfs_oper.oper);
exit(1);