Fix the text shown
This commit is contained in:
parent
d1223fc170
commit
a8cefc993b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func statusCmd(args []string) error {
|
||||||
}
|
}
|
||||||
fmt.Printf("%s\n", prettyJSON)
|
fmt.Printf("%s\n", prettyJSON)
|
||||||
case "plain":
|
case "plain":
|
||||||
fmt.Printf("Buffer Length: %d\n", respJSON["status"].Size)
|
fmt.Printf("Buffer Size: %d\n", respJSON["status"].Size)
|
||||||
fmt.Printf("Server Status: %s\n", respJSON["status"].Status())
|
fmt.Printf("Server Status: %s\n", respJSON["status"].Status())
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in a new issue