Skip to content

Commit 6eeec89

Browse files
peanballbeyhan
authored andcommitted
cli: add "nlb" to appropriate flags
1 parent 5c4f0a6 commit 6eeec89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

commands/commands_usage.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ const (
5959
LBUsage = `
6060
6161
Load Balancer options:
62-
--lb-type Load balancer(s) type: "concourse" or "cf"
63-
--lb-cert Path to SSL certificate (supported when type="cf")
64-
--lb-key Path to SSL certificate key (supported when type="cf")
62+
--lb-type Load balancer(s) type: "concourse", "cf", or "nlb"
63+
--lb-cert Path to SSL certificate (supported when type="cf" or "nlb")
64+
--lb-key Path to SSL certificate key (supported when type="cf" or "nlb")
6565
--lb-chain Path to SSL certificate chain (supported when iaas="aws")
6666
--lb-domain Creates a DNS zone and records for the given domain (supported when type="cf")`
6767

commands/commands_usage_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ var _ = Describe("Commands Usage", func() {
6969
--cloudstack-iso-segment CloudStack Activate iso segment env: $BBL_CLOUDSTACK_ISO_SEGMENT
7070
7171
Load Balancer options:
72-
--lb-type Load balancer(s) type: "concourse" or "cf"
73-
--lb-cert Path to SSL certificate (supported when type="cf")
74-
--lb-key Path to SSL certificate key (supported when type="cf")
72+
--lb-type Load balancer(s) type: "concourse", "cf", or "nlb"
73+
--lb-cert Path to SSL certificate (supported when type="cf" or "nlb")
74+
--lb-key Path to SSL certificate key (supported when type="cf" or "nlb")
7575
--lb-chain Path to SSL certificate chain (supported when iaas="aws")
7676
--lb-domain Creates a DNS zone and records for the given domain (supported when type="cf")`))
7777
})

0 commit comments

Comments
 (0)