Skip to content

Commit 7202716

Browse files
authored
Merge branch 'master' into v1.6271.0
2 parents 31a675c + 5dd6d8a commit 7202716

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/namespaces/lb/v1/lb_cli.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ func lbBackendCreate() *core.Command {
909909
},
910910
{
911911
Name: "health-check.http-config.uri",
912-
Short: `HTTP URI used for the health check`,
912+
Short: `HTTP path used for the health check`,
913913
Required: false,
914914
Deprecated: false,
915915
Positional: false,
@@ -937,7 +937,7 @@ func lbBackendCreate() *core.Command {
937937
},
938938
{
939939
Name: "health-check.https-config.uri",
940-
Short: `HTTP URI used for the health check`,
940+
Short: `HTTP path used for the health check`,
941941
Required: false,
942942
Deprecated: false,
943943
Positional: false,
@@ -1517,7 +1517,7 @@ func lbBackendUpdateHealthcheck() *core.Command {
15171517
},
15181518
{
15191519
Name: "http-config.uri",
1520-
Short: `HTTP URI used for the health check`,
1520+
Short: `HTTP path used for the health check`,
15211521
Required: false,
15221522
Deprecated: false,
15231523
Positional: false,
@@ -1545,7 +1545,7 @@ func lbBackendUpdateHealthcheck() *core.Command {
15451545
},
15461546
{
15471547
Name: "https-config.uri",
1548-
Short: `HTTP URI used for the health check`,
1548+
Short: `HTTP path used for the health check`,
15491549
Required: false,
15501550
Deprecated: false,
15511551
Positional: false,

0 commit comments

Comments
 (0)