File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -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 {
@@ -617,7 +617,7 @@ var installCommand = &cli.Command{
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
},
Original file line number Diff line number Diff line change @@ -898,22 +898,22 @@ var restoreCommand = &cli.Command{
898
898
Flags : []cli.Flag {
899
899
& cli.StringFlag {
900
900
Name : "airgap-bundle" ,
901
- Usage : "Path to the airgap bundle. If set, the restore will be completed without internet access." ,
901
+ Usage : "Path to the air gap bundle. If set, the restore will complete without internet access." ,
902
902
Hidden : true ,
903
903
},
904
904
& cli.StringFlag {
905
905
Name : "http-proxy" ,
906
- Usage : "HTTP proxy to use for the restore " ,
906
+ Usage : "Proxy server to use for HTTP " ,
907
907
Hidden : false ,
908
908
},
909
909
& cli.StringFlag {
910
910
Name : "https-proxy" ,
911
- Usage : "HTTPS proxy to use for the restore " ,
911
+ Usage : "Proxy server to use for HTTPS " ,
912
912
Hidden : false ,
913
913
},
914
914
& cli.StringFlag {
915
915
Name : "no-proxy" ,
916
- Usage : "Comma separated list of hosts to bypass the proxy for " ,
916
+ Usage : "Comma- separated list of hosts for which not to use a proxy" ,
917
917
Hidden : false ,
918
918
},
919
919
& cli.BoolFlag {
@@ -933,7 +933,7 @@ var restoreCommand = &cli.Command{
933
933
},
934
934
& cli.BoolFlag {
935
935
Name : "skip-host-preflights" ,
936
- Usage : "Skip host preflight checks. This is not recommended unless you are sure your system is compatible ." ,
936
+ Usage : "Skip host preflight checks. This is not recommended." ,
937
937
Value : false ,
938
938
},
939
939
},
You can’t perform that action at this time.
0 commit comments