@@ -577,27 +577,27 @@ var installCommand = &cli.Command{
577
577
& cli.StringFlag {
578
578
Name : "license" ,
579
579
Aliases : []string {"l" },
580
- Usage : "Path to the application license file" ,
580
+ Usage : "Path to the license file" ,
581
581
Hidden : false ,
582
582
},
583
583
& cli.StringFlag {
584
584
Name : "airgap-bundle" ,
585
- Usage : "Path to the airgap bundle. If set, the installation will be completed without internet access." ,
585
+ Usage : "Path to the air gap bundle. If set, the installation will complete without internet access." ,
586
586
Hidden : true ,
587
587
},
588
588
& cli.StringFlag {
589
589
Name : "http-proxy" ,
590
- Usage : "HTTP proxy to use for the installation " ,
590
+ Usage : "Proxy server to use for HTTP " ,
591
591
Hidden : false ,
592
592
},
593
593
& cli.StringFlag {
594
594
Name : "https-proxy" ,
595
- Usage : "HTTPS proxy to use for the installation " ,
595
+ Usage : "Proxy server to use for HTTPS " ,
596
596
Hidden : false ,
597
597
},
598
598
& cli.StringFlag {
599
599
Name : "no-proxy" ,
600
- Usage : "Comma separated list of hosts to bypass the proxy for " ,
600
+ Usage : "Comma- separated list of hosts for which not to use a proxy" ,
601
601
Hidden : false ,
602
602
},
603
603
& cli.BoolFlag {
@@ -607,17 +607,17 @@ var installCommand = &cli.Command{
607
607
},
608
608
& cli.StringFlag {
609
609
Name : "pod-cidr" ,
610
- Usage : "pod CIDR range to use for the installation " ,
610
+ Usage : "IP address range for pods " ,
611
611
Hidden : false ,
612
612
},
613
613
& cli.StringFlag {
614
614
Name : "service-cidr" ,
615
- Usage : "service CIDR range to use for the installation " ,
615
+ Usage : "IP address range for services " ,
616
616
Hidden : false ,
617
617
},
618
618
& cli.BoolFlag {
619
619
Name : "skip-host-preflights" ,
620
- Usage : "Skip host preflight checks. This is not recommended unless you are sure your system is compatible ." ,
620
+ Usage : "Skip host preflight checks. This is not recommended." ,
621
621
Value : false ,
622
622
},
623
623
},
0 commit comments