Skip to content

Commit

Permalink
Update help output
Browse files Browse the repository at this point in the history
  • Loading branch information
tanuva committed Dec 20, 2023
1 parent 33ce05d commit 937ab91
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions escl-scan-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ Arguments:
[OUTPUT_FILE_NAME] Output file name [default: scan.jpg]
Options:
--host <HOST> Select scanner by IP or hostname
-n, --name <NAME> Select scanner by device name (can be partial)
-i, --info <INFO> Print information about the scanner identified by device name
-l, --list List available scanners
-f, --force Overwrite the output file if it already exists
-r, --resolution <DPI> Scan resolution in DPI (Dots Per Inch) [default: 75]
-h, --help Print help
-V, --version Print version
--host <HOST> Select scanner by IP or hostname
-n, --name <NAME> Select scanner by device name (can be partial)
-l, --list List available scanners
-s, --source <INPUT_SOURCE> Document source [default: platen] [possible values: camera, feeder, platen]
-i, --input-format <INPUT_FORMAT> Input document format [default: a4-portrait] [possible values: a4-portrait, a5-landscape, a5-portrait, us-letter-portrait]
-r, --resolution <DPI> Scan resolution in DPI (Dots Per Inch) [default: 300]
-b, --base-path <OUTPUT_BASE_PATH> Base path; will be prepended to the given output file name
-o, --output-format <OUTPUT_FORMAT> Output document format [default: jpg] [possible values: jpg, pdf]
-c, --color <COLOR> Color mode [default: rgb] [possible values: black-and-white, grayscale, rgb]
-h, --help Print help
-V, --version Print version
```

0 comments on commit 937ab91

Please sign in to comment.