Browse Source

Merge pull request #3210 from zeisss/patch-1

weed mount: Fix link to osxfuse github page
pull/3212/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
1846d08a32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/command/mount.go

2
weed/command/mount.go

@ -86,7 +86,7 @@ var cmdMount = &Command{
This uses github.com/seaweedfs/fuse, which enables writing FUSE file systems on This uses github.com/seaweedfs/fuse, which enables writing FUSE file systems on
Linux, and OS X. Linux, and OS X.
On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
On OS X, it requires OSXFUSE (https://osxfuse.github.io/).
`, `,
} }
Loading…
Cancel
Save