diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-02-03 22:08:01 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-02-03 22:08:01 +0000 |
| commit | 7726955a69093f969f5c282593c2565a3210fa5b (patch) | |
| tree | a0cdade4ba693d1c27ce90f3dc73218198829df4 | |
| parent | Merge branch 'master' into feature/html-document (diff) | |
| download | paper2remarkable-7726955a69093f969f5c282593c2565a3210fa5b.tar.gz paper2remarkable-7726955a69093f969f5c282593c2565a3210fa5b.zip | |
Add short cli flag for html
| -rw-r--r-- | paper2remarkable/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paper2remarkable/ui.py b/paper2remarkable/ui.py index 38eb4fb..11f1c02 100644 --- a/paper2remarkable/ui.py +++ b/paper2remarkable/ui.py @@ -22,7 +22,7 @@ def parse_args(): description="Paper2reMarkable version %s" % __version__ ) parser.add_argument( - "--html", + '-t', "--html", help="URL is to a HTML article instead of a PDF", action="store_true", ) |
