diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-02-08 16:47:54 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-02-08 16:47:54 +0000 |
commit | da058cf9da38115651e5dc313ba537e2a861b836 (patch) | |
tree | 8fe4284a0d9bdd65ac9f7c4e33ebffe63d8230ab /sshfs.c | |
parent | a464d3ec2c93e65da4ae752ac126c30e9897d63b (diff) | |
download | sshfs-da058cf9da38115651e5dc313ba537e2a861b836.tar sshfs-da058cf9da38115651e5dc313ba537e2a861b836.tar.gz sshfs-da058cf9da38115651e5dc313ba537e2a861b836.tar.bz2 sshfs-da058cf9da38115651e5dc313ba537e2a861b836.zip |
fix
Diffstat (limited to 'sshfs.c')
-rw-r--r-- | sshfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |