mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 12:36:13 +08: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:
@@ -11,7 +11,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
dir = flag.String("dir", "/tmp", "data directory to store files")
|
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")
|
IsDebug = flag.Bool("debug", false, "enable debug mode")
|
||||||
|
|
||||||
store *storage.Store
|
store *storage.Store
|
||||||
|
|||||||
Reference in New Issue
Block a user