From f16debd0d003aa2b278ef824b6bde2fe5d7367b6 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 5 Nov 2018 22:05:31 +0100 Subject: pdf downloader --- s2-papers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 's2-papers.py') diff --git a/s2-papers.py b/s2-papers.py index d5e8bcd4..4fe1f025 100644 --- a/s2-papers.py +++ b/s2-papers.py @@ -26,8 +26,8 @@ totalResults s2 = SemanticScholarAPI() @click.command() -@click.option('--index', '-n', default=0, help='Index of CSV.') -@click.option('--depth', '-d', default=1, help='Depth to recurse.') +@click.option('--index', '-n', default=0, help='Index of CSV (query,)') +@click.option('--depth', '-d', default=1, help='Depth to recurse (not implemented).') def fetch_papers(index, depth): keys, lines = read_citation_list(index) for line in lines: -- cgit v1.2.3-70-g09d2