aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-02-23 16:00:09 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-02-23 16:00:09 +0000
commit6c2ccf8be3221ae0a31cb16fb059e74fef64076c (patch)
tree2873fbf65d9edd7587b0773277b222476581281c
parentMerge branch 'feature/right_align' (diff)
downloadpaper2remarkable-6c2ccf8be3221ae0a31cb16fb059e74fef64076c.tar.gz
paper2remarkable-6c2ccf8be3221ae0a31cb16fb059e74fef64076c.zip
Fix typo
-rw-r--r--paper2remarkable/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paper2remarkable/ui.py b/paper2remarkable/ui.py
index a8218ec..12443d4 100644
--- a/paper2remarkable/ui.py
+++ b/paper2remarkable/ui.py
@@ -127,7 +127,7 @@ def main():
if args.center and args.no_crop:
exception("Can't center and not crop at the same time!")
- if args.right_align and args.no_crop:
+ if args.right and args.no_crop:
exception("Can't right align and not crop at the same time!")
if LocalFile.validate(args.input):