mirror of
https://github.com/rocketraman/sane-scan-pdf.git
synced 2025-05-20 17:40:43 -07:00
Help: Echo default scanner from variable instead
of hardcoded string.
This commit is contained in:
parent
4595af7f64
commit
61f30830df
2
scan
2
scan
@ -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\""
|
||||
|
Loading…
x
Reference in New Issue
Block a user