Updated Texassemble (markdown)

Chuck Walbourn 2024-10-28 15:15:55 -07:00
Родитель 0794a994fb
Коммит 0308fa466d
1 изменённых файлов: 1 добавлений и 1 удалений

@ -13,7 +13,7 @@ texassemble <command> [options] [--file-list <filename>] <file-name(s)>
The file-name parameter indicates the file(s) to use to create the assembled image using ``dds``, ``tga``, ``hdr``, or a WIC-supported format (``bmp``, ``jpg``, ``png``, ``jxr``, etc.).
> The command-line parsing uses Windows-style `-` or `/` for options. It also has some POSIX-like behavior: it supports ``--version`` and ``--help`` command-line options, and the use of ``--`` disables further options parsing to support filenames that begin with `-` or `/` characters.
> The command-line parsing uses Windows-style `-` or `/` for options. It also has some POSIX-like behavior: it supports ``--version`` and ``--help`` command-line options, and the use of ``--`` disables further options parsing to support filenames that begin with `-` or `/` characters. There are 'GNU long options' style command-line parameters that use ``--`` as well.
# Commands