From 9633fd6cce6ff7fb1addda0c03448a9f4ecb1254 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 12 Jul 2020 13:24:41 +0300 Subject: [PATCH] crop/rotate display --- bin/bin/scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/scan.sh b/bin/bin/scan.sh index 3f47f89..8479546 100755 --- a/bin/bin/scan.sh +++ b/bin/bin/scan.sh @@ -43,7 +43,7 @@ do_next() { do_next while : ; do - echo -n "$cur: (v)iew r(otate) c(rop) (s)can (p)review (n)ext > " + echo -n "$cur: crop:$crop rotate:$rotate v/r/c/s/p/n> " read c case $c in v) -- 2.44.0