From da058cf9da38115651e5dc313ba537e2a861b836 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 8 Feb 2005 16:47:54 +0000 Subject: fix --- Makefile.am | 2 +- sshfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index fe3b4a3..8b4384a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in bin_PROGRAMS = sshfs -sshfs_SOURCES = sshfs.c cache.c opts.c +sshfs_SOURCES = sshfs.c cache.c opts.c cache.h opts.h sshfs_CPPFLAGS = -DFUSE_USE_VERSION=22 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); -- cgit v1.2.3