Skip to content

Commit

Permalink
Minor fix to wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wasimabbas-arm committed Nov 13, 2024
1 parent cecb7b0 commit eb9ce30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ktx/command_encode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string>(), "<enum>")
(kCodec, "Target codec."
Expand Down

0 comments on commit eb9ce30

Please sign in to comment.