From 7265c36f422d6c44fd4ea9ca82ecc76a81317710 Mon Sep 17 00:00:00 2001 From: Richard Geldreich Date: Thu, 29 Jan 2026 18:10:02 -0500 Subject: [PATCH] tweaking command line text --- basisu_tool_help.h | 3 +-- cmd_help/cmd_help.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/basisu_tool_help.h b/basisu_tool_help.h index 38802fd..506bf01 100644 --- a/basisu_tool_help.h +++ b/basisu_tool_help.h @@ -373,8 +373,7 @@ " match how the developer will decode or sample the ASTC texture data. Inverse\n" " of -tl. Same as -srgb.\n" "\n" -" -tl: Use LDR Linear ASTC decoding profile (same as -linear). Inverse of -ts.\n" -" Same as -linear.\n" +" -tl: Use LDR Linear ASTC decoding profile. Inverse of -ts. Same as -linear.\n" "\n" " -weights X Y Z W: Set unsigned integer channel error weights. Defaults are\n" " 1,1,1,1. Useful to favor certain channels during compression.\n" diff --git a/cmd_help/cmd_help.txt b/cmd_help/cmd_help.txt index b17f906..231147d 100644 --- a/cmd_help/cmd_help.txt +++ b/cmd_help/cmd_help.txt @@ -374,8 +374,7 @@ sizes are supported (see the list below). match how the developer will decode or sample the ASTC texture data. Inverse of -tl. Same as -srgb. - -tl: Use LDR Linear ASTC decoding profile (same as -linear). Inverse of -ts. - Same as -linear. + -tl: Use LDR Linear ASTC decoding profile. Inverse of -ts. Same as -linear. -weights X Y Z W: Set unsigned integer channel error weights. Defaults are 1,1,1,1. Useful to favor certain channels during compression.