aboutsummaryrefslogtreecommitdiff
path: root/arxiv2remarkable.py
diff options
context:
space:
mode:
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()