aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount.go
diff options
context:
space:
mode:
authorsparklxb <sparklxb@163.com>2017-03-06 13:04:46 +0800
committersparklxb <sparklxb@163.com>2017-03-06 13:04:52 +0800
commit813a4f7456aa1966f0dfd2ea24d6ec70adf3b4c6 (patch)
treeeaf33a44f5600832111f3828ec8c6e2386a36416 /weed/command/mount.go
parent470d95091819edf8eef2f5b3f28fef6b8761c4ef (diff)
downloadseaweedfs-813a4f7456aa1966f0dfd2ea24d6ec70adf3b4c6.tar.xz
seaweedfs-813a4f7456aa1966f0dfd2ea24d6ec70adf3b4c6.zip
Fixes #266
Diffstat (limited to 'weed/command/mount.go')
-rw-r--r--weed/command/mount.go2
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/).