Skip to content

Commit

Permalink
Fix examples that use the parameter --auto-scaling-group-names (#9122)
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK authored Dec 16, 2024
1 parent 752d2ad commit 7b7bd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awscli/examples/autoscaling/describe-auto-scaling-groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This example describes the specified Auto Scaling group. ::

aws autoscaling describe-auto-scaling-groups \
--auto-scaling-group-name my-asg
--auto-scaling-group-names my-asg

Output::

Expand Down Expand Up @@ -66,7 +66,7 @@ This example describes the specified Auto Scaling groups. It allows you to speci

aws autoscaling describe-auto-scaling-groups \
--max-items 100 \
--auto-scaling-group-name "group1" "group2" "group3" "group4"
--auto-scaling-group-names "group1" "group2" "group3" "group4"

See example 1 for sample output.

Expand Down

0 comments on commit 7b7bd52

Please sign in to comment.