kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch '795-scanimage-help-output-missing-newline' into 'master'
Draft: Resolve "scanimage --help Output missing NewLine" Closes #795 See merge request sane-project/backends!866merge-requests/866/merge
commit
55c8521f67
|
@ -2372,7 +2372,7 @@ Parameters are separated by a blank from single-character options (e.g.\n\
|
||||||
%%n (newline)\n\
|
%%n (newline)\n\
|
||||||
-b, --batch[=FORMAT] working in batch mode, FORMAT is `out%%d.pnm' `out%%d.tif'\n\
|
-b, --batch[=FORMAT] working in batch mode, FORMAT is `out%%d.pnm' `out%%d.tif'\n\
|
||||||
`out%%d.png' or `out%%d.jpg' by default depending on --format\n\
|
`out%%d.png' or `out%%d.jpg' by default depending on --format\n\
|
||||||
This option is incompatible with --output-file.");
|
This option is incompatible with --output-file.\n");
|
||||||
printf ("\
|
printf ("\
|
||||||
--batch-start=# page number to start naming files with\n\
|
--batch-start=# page number to start naming files with\n\
|
||||||
--batch-count=# how many pages to scan in batch mode\n\
|
--batch-count=# how many pages to scan in batch mode\n\
|
||||||
|
|
Ładowanie…
Reference in New Issue