Skip to content

Commit

Permalink
Merge pull request #3170 from AdmiringWorm/update-paging-description
Browse files Browse the repository at this point in the history
(doc) Update description of page-size argument
  • Loading branch information
gep13 authored May 30, 2023
2 parents a150493 + 5060374 commit a4f2319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public virtual void ConfigureArgumentParser(OptionSet optionSet, ChocolateyConfi
}
})
.Add("page-size=",
"Page Size - the amount of package results to return per page. Defaults to 25.",
"Page Size - the amount of packages to return in each page of results. NOTE: this value is per source. Defaults to 25 for each source that is included in query.",
option =>
{
configuration.ListCommand.PageSize = int.Parse(option);
Expand Down

0 comments on commit a4f2319

Please sign in to comment.