mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add usage instructions
git-svn-id: https://weed-fs.googlecode.com/svn/trunk@40 282b0af5-e82d-9cf1-ede4-77906d7719d0
This commit is contained in:
parent
10511fc54c
commit
50b1eff390
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue