mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 17:51:20 +08:00
better printout
This commit is contained in:
@@ -46,8 +46,6 @@ func runShell(command *Command, args []string) bool {
|
||||
}
|
||||
if cluster == "" {
|
||||
*shellOptions.Masters = "localhost:9333"
|
||||
fmt.Printf("master: %s\n", *shellOptions.Masters)
|
||||
|
||||
} else {
|
||||
*shellOptions.Masters = v.GetString("cluster." + cluster + ".master")
|
||||
*shellInitialFiler = v.GetString("cluster." + cluster + ".filer")
|
||||
|
||||
Reference in New Issue
Block a user