diff options
Diffstat (limited to 'arxiv2remarkable.py')
| -rwxr-xr-x | arxiv2remarkable.py | 2 |
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() |
