File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ type inputModel struct {
2626func NewCmd (p * print.Printer ) * cobra.Command {
2727 cmd := & cobra.Command {
2828 Use : "plans" ,
29- Short : "Lists the alb plans" ,
30- Long : "Lists the available application loadbalancer plans." ,
29+ Short : "Lists the application load balancer plans" ,
30+ Long : "Lists the available application load balancer plans." ,
3131 Args : args .NoArgs ,
3232 Example : examples .Build (
3333 examples .NewExample (
34- `List all application loadbalancer plans` ,
34+ `List all application load balancer plans` ,
3535 `$ stackit beta alb plans` ,
3636 ),
3737 ),
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ type inputModel struct {
2525func NewCmd (p * print.Printer ) * cobra.Command {
2626 cmd := & cobra.Command {
2727 Use : "quotas" ,
28- Short : "Gets the quotas" ,
29- Long : "Gets the current quotes for the application loadbalancers ." ,
28+ Short : "Shows the application load balancer quotas" ,
29+ Long : "Shows the application load balancer quotas for the application load balancers ." ,
3030 Args : args .NoArgs ,
3131 Example : examples .Build (
3232 examples .NewExample (
33- `List all application loadbalancer quotas` ,
33+ `List all application load balancer quotas` ,
3434 `$ stackit beta alb quotas` ,
3535 ),
3636 ),
You can’t perform that action at this time.
0 commit comments