We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2a1a commit 32aa8e2Copy full SHA for 32aa8e2
src/main.c
@@ -86,7 +86,8 @@ print_help(bool full)
86
);
87
if ( full ) {
88
printf(" -b, --debug debug helpers (reset GPU for leakcheck, dump infile if not regular)\n"
89
- " -O dec_tga_rle=[0|1] set decoder option\n");
+ " -O " GPUJPEG_DEC_OPT_TGA_RLE_BOOL "=[" GPUJPEG_VAL_FALSE "|" GPUJPEG_VAL_TRUE
90
+ "] set decoder option (not) to output RLE TGA; other options exist\n");
91
}
92
else {
93
printf(" -H, --fullhelp print all options\n");
0 commit comments