diff options
| -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 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): |
