Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit aa22b89

Browse files
committed
Add copy to lb command usage
1 parent 4f66946 commit aa22b89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/lb.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const defaultTargetGroupFormat = "%s-default"
99
var lbCmd = &cobra.Command{
1010
Use: "lb",
1111
Short: "Manage load balancers",
12+
Long: `Manage load balancers
13+
14+
Load balancers distribute incoming traffic between the tasks within a service
15+
for HTTP/HTTPS and TCP applications. HTTP/HTTPS load balancers can route to
16+
multiple services based upon rules you specify when you create a new service.`,
1217
}
1318

1419
func init() {

0 commit comments

Comments
 (0)