From 50b1eff39025d09fb2a3017f11cb944c86282334 Mon Sep 17 00:00:00 2001 From: "chris.lu@gmail.com" Date: Mon, 2 Jan 2012 01:20:12 +0000 Subject: [PATCH] add usage instructions git-svn-id: https://weed-fs.googlecode.com/svn/trunk@40 282b0af5-e82d-9cf1-ede4-77906d7719d0 --- weed-fs/src/cmd/weedvolume/fix_volume_index/fix_volume_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed-fs/src/cmd/weedvolume/fix_volume_index/fix_volume_index.go b/weed-fs/src/cmd/weedvolume/fix_volume_index/fix_volume_index.go index 94cbc4b50..9f4c089fb 100644 --- a/weed-fs/src/cmd/weedvolume/fix_volume_index/fix_volume_index.go +++ b/weed-fs/src/cmd/weedvolume/fix_volume_index/fix_volume_index.go @@ -11,7 +11,7 @@ import ( var ( dir = flag.String("dir", "/tmp", "data directory to store files") - volumeId = flag.Int("volumeId", -1, "volume id") + volumeId = flag.Int("volumeId", -1, "a non-negative volume id. The volume should already exist in the dir. The volume index file should not exist.") IsDebug = flag.Bool("debug", false, "enable debug mode") store *storage.Store