From d0d34b987236fc97bfdf8af9ebc3d1dae4ce2a64 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Thu, 2 May 2019 16:14:57 -0700 Subject: [PATCH] Fixing help text --- basisu_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basisu_tool.cpp b/basisu_tool.cpp index 8f0172e..4c5401d 100644 --- a/basisu_tool.cpp +++ b/basisu_tool.cpp @@ -66,7 +66,7 @@ static void print_usage() " -compute_stats: Compute and display image quality metrics (slightly slower)\n" " -slower: Enable optional stages in the compressor for slower but higher quality compression\n" " -tex_type <2d, 2darray, 3d, video, cubemap>: Set Basis file header's texture type field. Cubemap arrays require multiples of 6 images, in X+, X-, Y+, Y-, Z+, Z- order, each image must be the same resolutions.\n" - " (2d=arbitrary 2D images, 2darray=2D array, 3D=volume texture slices, video=video frames, cubemap=array of faces. For 2darray/3d/cubemaps/video, each source image's dimensions and # of mipmap levels must be the same.)" + " (2d=arbitrary 2D images, 2darray=2D array, 3D=volume texture slices, video=video frames, cubemap=array of faces. For 2darray/3d/cubemaps/video, each source image's dimensions and # of mipmap levels must be the same.)\n" " -framerate X: Set framerate in header to X/frames sec\n" "\n" "More options:\n"