summaryrefslogtreecommitdiff
path: root/s2-search.py
diff options
context:
space:
mode:
Diffstat (limited to 's2-search.py')
-rw-r--r--s2-search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/s2-search.py b/s2-search.py
index b9e8db2d..44bab08b 100644
--- a/s2-search.py
+++ b/s2-search.py
@@ -24,7 +24,7 @@ totalResults
'''
@click.command()
-@click.option('--index', '-n', default=0, help='Index of CSV.')
+@click.option('--index', '-n', default=0, help='Index of CSV (query,)')
def fetch_entries(index):
keys, lines = read_citation_list(index)
s2 = SemanticScholarAPI()