Skip to content

Commit 946ad1f

Browse files
committed
update slogan
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent b5a5907 commit 946ad1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ You're in the right place. Clone this repo and run `make install WHAT=./staging/
7070

7171
## What does kcp stand for / how to spell it?
7272

73-
`kcp` stands for "Kube for Control Plane" and should always be written in lowercase letters.
73+
`kcp` stands for "Kubernetes-like control planes" and should always be written in lowercase letters.

cmd/kcp/kcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import (
4848
func main() {
4949
cmd := &cobra.Command{
5050
Use: "kcp",
51-
Short: "Kube for Control Plane (kcp)",
51+
Short: "Kubernetes-like Control Planes (kcp)",
5252
Long: help.Doc(`
5353
kcp is a Kubernetes-like control plane focusing on
5454

0 commit comments

Comments
 (0)