Help: Echo default scanner from variable instead

of hardcoded string.
This commit is contained in:
David 2021-10-20 12:02:50 +02:00
parent 4595af7f64
commit 61f30830df

2
scan
View File

@ -125,7 +125,7 @@ if [[ $HELP == 1 ]]; then
echo " -pw, --page-width"
echo " Custom Page Width in mm"
echo " -x, --device"
echo " Override scanner device name, defaulting to \"fujitsu\""
echo " Override scanner device name, defaulting to \"$DEVICE\""
echo " -xo, --driver-options"
echo " Send additional options to the scanner driver e.g."
echo " -xo \"--whatever bar --frobnitz baz\""