diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-08-19 18:54:07 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-08-19 18:54:07 +0100 |
| commit | 09b43d58e856b2df83ead2817339165b6cd5b5e3 (patch) | |
| tree | bbc84ed64395cc907f203193481cb4e0e16b38c5 /arxiv2remarkable.py | |
| parent | Update readme and bump version (diff) | |
| download | paper2remarkable-09b43d58e856b2df83ead2817339165b6cd5b5e3.tar.gz paper2remarkable-09b43d58e856b2df83ead2817339165b6cd5b5e3.zip | |
Update help and readme
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() |
