Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored and holgerd77 committed Jun 26, 2017
1 parent 40a5a64 commit 917d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_scraper/spiders/django_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def output_usage_help(self):
'-a max_items_read|mir=[Int] Limit number of items to read',
'-a max_items_save|mis=[Int] Limit number of items to save',
'-a max_pages_read|mpr=[Int] Limit number of pages to read (static pagination)',
'-a start_page|sp=[PAGE] Start at page PAGE, e.g. 5, F' (static pagination),
'-a start_page|sp=[PAGE] Start at page PAGE, e.g. 5, F (static pagination)',
'-a end_page|ep=[PAGE] End scraping at page PAGE, e.g. 10, M (static pagination)',
'-a num_pages_follow|npf=[Int] Number of pages to follow (dynamic pagination)',
'-a output_num_mp_response_bodies|omp=[Int] Output response body content of MP for debugging',
Expand Down

0 comments on commit 917d319

Please sign in to comment.