Fix indentation in README help

This commit is contained in:
Raman Gupta 2022-01-18 01:12:10 -05:00
parent 1077ab5e07
commit 5d71ca2ff2

6
scan
View File

@ -133,10 +133,10 @@ if [[ $HELP == 1 ]]; then
echo " -pw, --page-width" echo " -pw, --page-width"
echo " Custom Page Width in mm" echo " Custom Page Width in mm"
echo " -x, --device" 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 " -xo, --driver-options"
echo " Send additional options to the scanner driver e.g." echo " Send additional options to the scanner driver e.g."
echo " -xo \"--whatever bar --frobnitz baz\"" echo " -xo \"--whatever bar --frobnitz baz\""
echo " --no-default-size" echo " --no-default-size"
echo " Disable default page size, useful if driver does not support page size/location arguments" echo " Disable default page size, useful if driver does not support page size/location arguments"
echo " --crop" echo " --crop"