spirv-as: Fix error in help text.

The assembler always reads assembly text, not binaries.
This commit is contained in:
Karl Schultz 2018-08-22 08:12:07 -06:00
Родитель c5b38062ec
Коммит 7f4e09abef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ void print_usage(char* argv0) {
Usage: %s [options] [<filename>]
The SPIR-V assembly text is read from <filename>. If no file is specified,
or if the filename is "-", then the binary is read from standard input.
or if the filename is "-", then the assembly text is read from standard input.
The SPIR-V binary module is written to file "out.spv", unless the -o option
is used.