From 7daaa4e525429827813e7308f798c6aea3866282 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Fri, 17 Aug 2018 16:12:15 +1000 Subject: [PATCH] Update docstring --- major_projects_grabber/major_projects_grabber.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/major_projects_grabber/major_projects_grabber.py b/major_projects_grabber/major_projects_grabber.py index 99ddd06..0bf4489 100644 --- a/major_projects_grabber/major_projects_grabber.py +++ b/major_projects_grabber/major_projects_grabber.py @@ -3,10 +3,10 @@ Download documents from the NSW DPE Major Projects website. Example usage: # Grab a single project modification using its job id, and save in 'files' - major_projects_grabber -o files -i 1746 + major_projects_grabber -i 1746 -o files # Grab all modifications in search results page, and save in current folder - major_projects_grabber "http://majorprojects.planning.nsw.gov.au/index.pl?action=search&authority_id=547" + major_projects_grabber -u "http://majorprojects.planning.nsw.gov.au/index.pl?action=search&authority_id=547" """ @@ -137,7 +137,7 @@ def main(): major_projects_grabber -i 1746 -o files # Grab all modifications in search results page, and save in current folder - major_projects_grabber http://majorprojects.planning.nsw.gov.au/index.pl?action=search&authority_id=547 + major_projects_grabber -u http://majorprojects.planning.nsw.gov.au/index.pl?action=search&authority_id=547 """ # Set up command line arguments