update value to the new limit.

This commit is contained in:
Akash Mahanty 2022-02-09 15:40:38 +05:30
parent 16f94db144
commit edaa1d5d54

View File

@ -301,7 +301,7 @@ def save_urls_on_file(url_gen: Generator[str, None, None]) -> None:
"-l",
"--limit",
help="Number of maximum record that CDX API is asked to return per API call, "
+ "default value is 500 records.",
+ "default value is 25000 records.",
)
@click.option(
"-cp",