Skip to content

Commit b2ab104

Browse files
committed
Updated descriptions for CIDR flags
1 parent d911b78 commit b2ab104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/embedded-cluster/install.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,12 +607,12 @@ var installCommand = &cli.Command{
607607
},
608608
&cli.StringFlag{
609609
Name: "pod-cidr",
610-
Usage: "pod CIDR range to use for the installation",
610+
Usage: "Range of IP addresses for pods",
611611
Hidden: false,
612612
},
613613
&cli.StringFlag{
614614
Name: "service-cidr",
615-
Usage: "service CIDR range to use for the installation",
615+
Usage: "Range of IP addresses for services",
616616
Hidden: false,
617617
},
618618
&cli.BoolFlag{

0 commit comments

Comments
 (0)