Skip to content

Commit

Permalink
Add more detail to the no-paginate parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanFitzSimmonsAK committed Sep 11, 2024
1 parent eecd201 commit 975810e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion awscli/data/cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"no-paginate": {
"action": "store_false",
"help": "<p>Disable automatic pagination.</p>",
"help": "<p>Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.</p>",
"dest": "paginate"
},
"output": {
Expand Down
2 changes: 1 addition & 1 deletion awscli/examples/global_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

``--no-paginate`` (boolean)

Disable automatic pagination.
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.

``--output`` (string)

Expand Down

0 comments on commit 975810e

Please sign in to comment.