diff options
Diffstat (limited to 's2-papers.py')
| -rw-r--r-- | s2-papers.py | 4 |
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: |
