aboutsummaryrefslogtreecommitdiff
path: root/weed-fs/src/cmd
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2012-11-21 10:52:08 -0800
committerChris Lu <chris.lu@gmail.com>2012-11-21 10:52:08 -0800
commit5e020196f6d86c5abfe92f64fa61bc1aea8448c5 (patch)
tree655b584bac3d8feff910501c8d6466a0b1f801af /weed-fs/src/cmd
parent5dc509c6e403187c8d8b67506d700cbab043d8fa (diff)
downloadseaweedfs-5e020196f6d86c5abfe92f64fa61bc1aea8448c5.tar.xz
seaweedfs-5e020196f6d86c5abfe92f64fa61bc1aea8448c5.zip
add version type
Diffstat (limited to 'weed-fs/src/cmd')
-rw-r--r--weed-fs/src/cmd/weed/fix.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed-fs/src/cmd/weed/fix.go b/weed-fs/src/cmd/weed/fix.go
index e75bfa2f6..ef717a6b3 100644
--- a/weed-fs/src/cmd/weed/fix.go
+++ b/weed-fs/src/cmd/weed/fix.go
@@ -15,8 +15,8 @@ func init() {
var cmdFix = &Command{
UsageLine: "fix -dir=/tmp -volumeId=234 -debug=1",
- Short: "run weed tool fix on data file if corrupted",
- Long: `Fix runs the WeedFS fix command on the .dat volume file.
+ Short: "run weed tool fix on index file if corrupted",
+ Long: `Fix runs the WeedFS fix command to re-create the index .idx file.
`,
}