Kaynağa Gözat

Fix the text shown

Blallo 5 yıl önce
ebeveyn
işleme
a8cefc993b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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