From 99aa90e35c49730d5796edbe2ecccc29e3d7ddf6 Mon Sep 17 00:00:00 2001 From: walbourn_cp Date: Tue, 11 Jun 2013 13:41:39 -0700 Subject: [PATCH] texconv: cleaned up 'usage' display --- Texconv/texconv.cpp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Texconv/texconv.cpp b/Texconv/texconv.cpp index 7773493..40bfbc2 100644 --- a/Texconv/texconv.cpp +++ b/Texconv/texconv.cpp @@ -348,12 +348,16 @@ void PrintUsage() wprintf( L" -ft output file type\n"); wprintf( L" -hflip horizonal flip of source image\n"); wprintf( L" -vflip vertical flip of source image\n"); - wprintf( L" -sepalpha resize/generate mips alpha channel separately from color channels\n"); + wprintf( L" -sepalpha resize/generate mips alpha channel separately\n"); + wprintf( L" from color channels\n"); wprintf( L" -pmalpha convert final texture to use premultiplied alpha\n"); - wprintf( L" -t{u|f} DDS files with TYPELESS format is treated as UNORM or FLOAT\n"); - wprintf( L" -dword Use DWORD instead of BYTE alignment (DDS input only)\n"); - wprintf( L" -dx10 Force use of 'DX10' extended header (DDS output only)\n"); - wprintf( L" -nologo suppress copyright message\n"); + wprintf( L"\n (DDS input only)\n"); + wprintf( L" -t{u|f} TYPELESS format is treated as UNORM or FLOAT\n"); + wprintf( L" -dword Use DWORD instead of BYTE alignment\n"); + wprintf( L" -xlum expand legacy L8, L16, and A8P8 formats\n"); + wprintf( L"\n (DDS output only)\n"); + wprintf( L" -dx10 Force use of 'DX10' extended header\n"); + wprintf( L"\n -nologo suppress copyright message\n"); wprintf( L"\n"); wprintf( L" : ");