From eb9ce30c22d7f5466535804f8c942862e40c2dff Mon Sep 17 00:00:00 2001 From: Wasim Abbas Date: Wed, 13 Nov 2024 17:32:09 +0000 Subject: [PATCH] Minor fix to wording --- tools/ktx/command_encode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ktx/command_encode.cpp b/tools/ktx/command_encode.cpp index 7f026d9ae6..a9577ba56d 100644 --- a/tools/ktx/command_encode.cpp +++ b/tools/ktx/command_encode.cpp @@ -146,8 +146,8 @@ void CommandEncode::OptionsEncode::init(cxxopts::Options& opts) { (kFormat, "KTX format enum that specifies the KTX file output format." " The enum names are matching the VkFormats without the VK_FORMAT_ prefix." " The VK_FORMAT_ prefix is ignored if present." - "\nIt can't be used with --codec and only valid for ASTC encoding." - "\nThe format must be an ASTC format. When specified the ASTC encoder specific " + "\nIt can't be used with --codec and is only valid for ASTC encoding." + "\nThe format must be an ASTC format. When specified the ASTC encoder specific" " options becomes valid." " Case insensitive.", cxxopts::value(), "") (kCodec, "Target codec."