diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:53 +0200 |
commit | 115d2beab18fae48374bb3dc8603a0c48df58ce1 (patch) | |
tree | 7e1920e7f69782aec0d4813963c3601d62a757c1 /frontend/scanimage.c | |
parent | a0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff) | |
parent | 1f3f1e7d112f051f22fe7fc82739b483cef09b2a (diff) |
Merge branch 'feature/upstream' into developdevelop
Diffstat (limited to 'frontend/scanimage.c')
-rw-r--r-- | frontend/scanimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/scanimage.c b/frontend/scanimage.c index ff53157..d79052c 100644 --- a/frontend/scanimage.c +++ b/frontend/scanimage.c @@ -2372,7 +2372,7 @@ Parameters are separated by a blank from single-character options (e.g.\n\ %%n (newline)\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\ - This option is incompatible with --output-file."); + This option is incompatible with --output-file.\n"); printf ("\ --batch-start=# page number to start naming files with\n\ --batch-count=# how many pages to scan in batch mode\n\ |