Skip to content

Commit

Permalink
Update format help text
Browse files Browse the repository at this point in the history
  • Loading branch information
wasimabbas-arm committed Nov 17, 2024
1 parent b719a6c commit 1b3c687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cts
2 changes: 1 addition & 1 deletion tools/ktx/command_encode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ 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 is only valid for ASTC encoding."
"\nIt can't be used with --codec."
"\nThe value must be an ASTC format. When specified the ASTC encoder specific"
" options becomes valid."
" Case insensitive.", cxxopts::value<std::string>(), "<enum>")
Expand Down

0 comments on commit 1b3c687

Please sign in to comment.