summaryrefslogtreecommitdiff
path: root/s2-papers.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-05 22:05:31 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-05 22:05:31 +0100
commitf16debd0d003aa2b278ef824b6bde2fe5d7367b6 (patch)
tree6b566d64b6ad13d17e4392195220e2beb66cc4a4 /s2-papers.py
parentd385e204185ef3ea195e366edcc5fba73ace33ab (diff)
pdf downloader
Diffstat (limited to 's2-papers.py')
-rw-r--r--s2-papers.py4
1 files changed, 2 insertions, 2 deletions
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: