aboutsummaryrefslogtreecommitdiff
path: root/arxiv2remarkable.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-08-19 18:54:07 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-08-19 18:54:07 +0100
commit09b43d58e856b2df83ead2817339165b6cd5b5e3 (patch)
treebbc84ed64395cc907f203193481cb4e0e16b38c5 /arxiv2remarkable.py
parentUpdate readme and bump version (diff)
downloadpaper2remarkable-09b43d58e856b2df83ead2817339165b6cd5b5e3.tar.gz
paper2remarkable-09b43d58e856b2df83ead2817339165b6cd5b5e3.zip
Update help and readme
Diffstat (limited to 'arxiv2remarkable.py')
-rwxr-xr-xarxiv2remarkable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arxiv2remarkable.py b/arxiv2remarkable.py
index 0abf30d..d8add60 100755
--- a/arxiv2remarkable.py
+++ b/arxiv2remarkable.py
@@ -812,7 +812,7 @@ def parse_args():
)
parser.add_argument("--gs", help="path to gs executable", default="gs")
parser.add_argument(
- "input", help="url to an arxiv paper, url to pdf, or existing pdf file"
+ "input", help="URL to a paper or the path of a local PDF file"
)
return parser.parse_args()