scanimage: Update manual page

merge-requests/65/head
Povilas Kanapickas 2019-04-28 23:28:21 +03:00
rodzic 728de89d71
commit ee6d6da339
1 zmienionych plików z 15 dodań i 2 usunięć

Wyświetl plik

@ -24,6 +24,7 @@ scanimage \- scan an image
.RB [ \-\-batch\-double ] .RB [ \-\-batch\-double ]
.RB [ \-\-accept\-md5\-only ] .RB [ \-\-accept\-md5\-only ]
.RB [ \-p | \-\-progress ] .RB [ \-p | \-\-progress ]
.RB [ \-o | \-\-output-file ]
.RB [ \-n | \-\-dont\-scan ] .RB [ \-n | \-\-dont\-scan ]
.RB [ \-T | \-\-test ] .RB [ \-T | \-\-test ]
.RB [ \-A | \-\-all-options ] .RB [ \-A | \-\-all-options ]
@ -101,7 +102,8 @@ will attempt to open the first available device.
The The
.B \-\-format .B \-\-format
.I format .I format
option selects how image data is written to standard output. option selects how image data is written to standard output or the file specified by
the \-\-output\-file option.
.I format .I format
can be can be
.BR pnm , .BR pnm ,
@ -111,7 +113,7 @@ or
.BR jpeg . .BR jpeg .
If If
.B \-\-format .B \-\-format
is not used, PNM is written. is not specified, PNM is written by default.
.PP .PP
The The
.B \-i .B \-i
@ -169,6 +171,7 @@ to. Each page is written out to a single file. If
.I format .I format
is not specified, the default of out%d.pnm (or out%d.tif for \-\-format tiff, is not specified, the default of out%d.pnm (or out%d.tif for \-\-format tiff,
out%d.png for \-\-format png or out%d.jpg for \-\- format jpeg) will be used. out%d.png for \-\-format png or out%d.jpg for \-\- format jpeg) will be used.
This option is incompatible with the \-\-output\-path option.
.I format .I format
is given as a printf style string with one integer parameter. is given as a printf style string with one integer parameter.
.B \-\-batch\-start .B \-\-batch\-start
@ -215,6 +218,16 @@ already been received by
(in percent). (in percent).
.PP .PP
The The
.B \-o
or
.B \-\-output\-file
option requests that
.B scanimage
saves the scanning output to the given path. This option is incompatible with the
\-\-batch option. The program will try to guess \-\-format from the file name.
If that is not possible, it will print an error message and exit.
.PP
The
.B \-n .B \-n
or or
.B \-\-dont\-scan .B \-\-dont\-scan