From 5d71ca2ff286e1267fce0b1220fb2ef7d4ee4201 Mon Sep 17 00:00:00 2001 From: Raman Gupta Date: Tue, 18 Jan 2022 01:12:10 -0500 Subject: [PATCH] Fix indentation in README help --- scan | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scan b/scan index af8f0f8..18a66d1 100755 --- a/scan +++ b/scan @@ -133,10 +133,10 @@ if [[ $HELP == 1 ]]; then echo " -pw, --page-width" echo " Custom Page Width in mm" echo " -x, --device" - echo " Override scanner device name, defaulting to \"$DEVICE\", pass an empty value for no device arg" + echo " Override scanner device name, defaulting to \"$DEVICE\", pass an empty value for no device arg" echo " -xo, --driver-options" - echo " Send additional options to the scanner driver e.g." - echo " -xo \"--whatever bar --frobnitz baz\"" + echo " Send additional options to the scanner driver e.g." + echo " -xo \"--whatever bar --frobnitz baz\"" echo " --no-default-size" echo " Disable default page size, useful if driver does not support page size/location arguments" echo " --crop"