From 6c2ccf8be3221ae0a31cb16fb059e74fef64076c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sun, 23 Feb 2020 16:00:09 +0000 Subject: Fix typo --- paper2remarkable/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3