Merge pull request #25 from p/value-help

Document "scanadf -L" and "scanadf -d <device> --help" invocations
This commit is contained in:
Raman Gupta 2021-07-27 21:40:40 -04:00 committed by GitHub
commit e001a8affb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,21 @@ OUTPUT
-l, --outputlist <outputfile-1...outputfile-n> Output to named files for each scanned page, can be used with append
```
### Helpful Commands
List available scanner devices (for `-x/--device` argument):
```
scanadf -L
```
List available device-specific options, including acceptable values for
`-m/--mode` and `-r/--resolution`:
```
scanadf [-d <device>] --help
```
## Author
* [Raman Gupta](https://github.com/rocketraman/)