Skip to content

Commit 32aa8e2

Browse files
committed
gpujpegtool: fix help for tga opt
+ also notice that this is just an example and there are more opts
1 parent 6ae2a1a commit 32aa8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ print_help(bool full)
8686
);
8787
if ( full ) {
8888
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");
89+
" -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");
9091
}
9192
else {
9293
printf(" -H, --fullhelp print all options\n");

0 commit comments

Comments
 (0)