aboutsummaryrefslogtreecommitdiff
path: root/go/weed/fix.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-11-28 17:02:10 -0800
committerChris Lu <chris.lu@gmail.com>2014-11-28 17:02:10 -0800
commitca67ed69a1e80bd1166105fb8a08d8c5b4f9c83f (patch)
tree8213ad8fe56b1a5e3feef7ee15c26ddf8c411909 /go/weed/fix.go
parent9d03cd20ba518e2aad6db6abe8f51ee9445eaacd (diff)
downloadseaweedfs-ca67ed69a1e80bd1166105fb8a08d8c5b4f9c83f.tar.xz
seaweedfs-ca67ed69a1e80bd1166105fb8a08d8c5b4f9c83f.zip
Change name to Seaweed.
Diffstat (limited to 'go/weed/fix.go')
-rw-r--r--go/weed/fix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/fix.go b/go/weed/fix.go
index 9c8026448..e66075ed2 100644
--- a/go/weed/fix.go
+++ b/go/weed/fix.go
@@ -17,7 +17,7 @@ func init() {
var cmdFix = &Command{
UsageLine: "fix -dir=/tmp -volumeId=234",
Short: "run weed tool fix on index file if corrupted",
- Long: `Fix runs the WeedFS fix command to re-create the index .idx file.
+ Long: `Fix runs the SeeweedFS fix command to re-create the index .idx file.
`,
}