mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-25 00:10:21 +00:00
spirv-as: Fix error in help text.
The assembler always reads assembly text, not binaries.
This commit is contained in:
parent
c5b38062ec
commit
7f4e09abef
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user