1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-09 13:00:45 +02:00

change to config_dir, to be consistent with "weed scaffold -config"

fix https://github.com/chrislusf/seaweedfs/issues/2753
This commit is contained in:
chrislu 2022-03-19 00:24:52 -07:00
parent b75c6dcff5
commit 581c93d970

View file

@ -42,7 +42,7 @@ var static embed.FS
func init() {
weed_server.StaticFS, _ = fs.Sub(static, "static")
flag.Var(&util.ConfigurationFileDirectory, "conf_dir", "directory with toml configuration files")
flag.Var(&util.ConfigurationFileDirectory, "config_dir", "directory with toml configuration files")
}
func main() {