Skip to content

Commit 20331f7

Browse files
committed
testshade: change -od to -d to match oiiotool and txmake.
1 parent d671d25 commit 20331f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/testshade/testshade.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,9 @@ getargs (int argc, const char *argv[])
465465
"--texoptions %s", &texoptions, "Set extra TextureSystem options",
466466
"-o %L %L", &outputvars, &outputfiles,
467467
"Output (variable, filename)",
468-
"-od %s", &dataformatname, "Set the output data format to one of: "
468+
"-d %s", &dataformatname, "Set the output data format to one of: "
469469
"uint8, half, float",
470+
"-od %s", &dataformatname, "", // old name
470471
"--print", &print_outputs, "Print values of all -o outputs to console instead of saving images",
471472
"--groupname %s", &groupname, "Set shader group name",
472473
"--layer %s", &layername, "Set next layer name",

0 commit comments

Comments
 (0)