Skip to content

Commit 272bb73

Browse files
committed
gpujpegtool: document -b/--debug
argument added by commit 40baa24 (2025-02-27)
1 parent b3fce78 commit 272bb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ print_help(void)
5050
printf("gpujpegtool [options] input.rgb output.jpg [input2.rgb output2.jpg ...]\n"
5151
" -h, --help print help\n"
5252
" -v, --verbose verbose output (multiply to increase verbosity - max 3) \n"
53+
" -b, --debug debug helpers (reset GPU for leakcheck, dump infile if not regular)\n"
5354
" -D, --device set cuda device id (default 0)\n"
5455
" -L, --device-list list cuda devices\n"
5556
"\n");

0 commit comments

Comments
 (0)