diff options
| author | Chris Lu <chris.lu@gmail.com> | 2012-11-21 10:52:08 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2012-11-21 10:52:08 -0800 |
| commit | 5e020196f6d86c5abfe92f64fa61bc1aea8448c5 (patch) | |
| tree | 655b584bac3d8feff910501c8d6466a0b1f801af /weed-fs/src/cmd | |
| parent | 5dc509c6e403187c8d8b67506d700cbab043d8fa (diff) | |
| download | seaweedfs-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.go | 4 |
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. `, } |
