Skip to content

Commit

Permalink
Fix docs and fix CMAKE files
Browse files Browse the repository at this point in the history
  • Loading branch information
plzombie committed May 8, 2023
1 parent 45a0144 commit 5a94302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD_CMAKE/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ option(BUILD_DEPRESSED "Build Depressed gui" OFF)
list(APPEND DEPRESSCORE_SRC ../src/depress_converter.c)
list(APPEND DEPRESSCORE_SRC ../src/depress_document.c)
list(APPEND DEPRESSCORE_SRC ../src/depress_image.c)
list(APPEND DEPRESSCORE_SRC ../src/depress_maker_djvu.c)
list(APPEND DEPRESSCORE_SRC ../src/depress_paths.c)
list(APPEND DEPRESSCORE_SRC ../src/depress_tasks.c)
list(APPEND DEPRESSCORE_SRC ../src/depress_threads.c)
Expand Down
2 changes: 1 addition & 1 deletion src/depress.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ int wmain(int argc, wchar_t **argv)
L"\t\t\t" DEPRESS_ARG_PAGETITLEAUTO_SHORTNAME L" - use short file name as page title (when using previous)\n"
L"\t\t\t" DEPRESS_ARG_TEMP L" tempdir - use tempdir as directory for temporary files\n"
L"\t\t\t" DEPRESS_ARG_QUALITY L" percents - sets image quality in percents\n"
L"\t\t\t\t100 is lossy for BW and good for PHOTO\n"
L"\t\t\t\t100 is lossless for BW and good for PHOTO\n"
L"\t\t\t" DEPRESS_ARG_DPI L" - DPI parameter (default to 100)\n\n"
);

Expand Down

0 comments on commit 5a94302

Please sign in to comment.