Browse Source

Fix the text shown

Blallo 5 years ago
parent
commit
a8cefc993b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/circologctl/main.go

+ 1 - 1
cmd/circologctl/main.go

@@ -72,7 +72,7 @@ func statusCmd(args []string) error {
 		}
 		fmt.Printf("%s\n", prettyJSON)
 	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())
 	}
 	return nil