|
@@ -35,7 +35,7 @@ var (
|
|
)
|
|
)
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- flag.StringVar(&loadFileType, "loadFileTye", "", "loadFileType indicates the how to load path")
|
|
|
|
|
|
+ flag.StringVar(&loadFileType, "loadFileType", "", "loadFileType indicates the how to load path")
|
|
flag.StringVar(&etcPath, "etc", "", "etc indicates the path of etc dir")
|
|
flag.StringVar(&etcPath, "etc", "", "etc indicates the path of etc dir")
|
|
flag.StringVar(&dataPath, "data", "", "data indicates the path of data dir")
|
|
flag.StringVar(&dataPath, "data", "", "data indicates the path of data dir")
|
|
flag.StringVar(&logPath, "log", "", "log indicates the path of log dir")
|
|
flag.StringVar(&logPath, "log", "", "log indicates the path of log dir")
|