From 975810e82ac51e2db01fa12595fd839d7ad824be Mon Sep 17 00:00:00 2001 From: RyanFitzSimmonsAK Date: Wed, 11 Sep 2024 12:24:40 -0700 Subject: [PATCH] Add more detail to the no-paginate parameter description --- awscli/data/cli.json | 2 +- awscli/examples/global_options.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awscli/data/cli.json b/awscli/data/cli.json index f0d23130970d..27d32410393f 100644 --- a/awscli/data/cli.json +++ b/awscli/data/cli.json @@ -17,7 +17,7 @@ }, "no-paginate": { "action": "store_false", - "help": "

Disable automatic pagination.

", + "help": "

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

", "dest": "paginate" }, "output": { diff --git a/awscli/examples/global_options.rst b/awscli/examples/global_options.rst index 251e5afeb6d9..cec1f5529736 100644 --- a/awscli/examples/global_options.rst +++ b/awscli/examples/global_options.rst @@ -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)