diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2017-03-05 22:46:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-05 22:46:46 -0800 |
| commit | b20cdff82d58e78f7f6b5e3ca77b0dc501849d59 (patch) | |
| tree | eaf33a44f5600832111f3828ec8c6e2386a36416 /weed/command/mount.go | |
| parent | 470d95091819edf8eef2f5b3f28fef6b8761c4ef (diff) | |
| parent | 813a4f7456aa1966f0dfd2ea24d6ec70adf3b4c6 (diff) | |
| download | seaweedfs-b20cdff82d58e78f7f6b5e3ca77b0dc501849d59.tar.xz seaweedfs-b20cdff82d58e78f7f6b5e3ca77b0dc501849d59.zip | |
Merge pull request #463 from sparklxb/master
Fixes #266
Diffstat (limited to 'weed/command/mount.go')
| -rw-r--r-- | weed/command/mount.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount.go b/weed/command/mount.go index d6e87d76c..746e4b92e 100644 --- a/weed/command/mount.go +++ b/weed/command/mount.go @@ -26,7 +26,7 @@ var cmdMount = &Command{ 2) have a "weed filer" running These 2 requirements can be achieved with one command "weed server -filer=true" - This uses bazil.org/fuse, whichenables writing FUSE file systems on + This uses bazil.org/fuse, which enables writing FUSE file systems on Linux, and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/). |
