1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-09 22:40:06 +00:00

texconv: -d was never implemented, remove from help output

This commit is contained in:
walbourn_cp 2014-07-08 13:10:06 -07:00
parent c3ac93db96
commit f3ef3dcbf5

View File

@ -379,7 +379,6 @@ void PrintUsage()
wprintf( L"\n");
wprintf( L" -w <n> width\n");
wprintf( L" -h <n> height\n");
wprintf( L" -d <n> depth\n");
wprintf( L" -m <n> miplevels\n");
wprintf( L" -f <format> format\n");
wprintf( L" -if <filter> image filtering\n");