We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a883b commit 604c3e7Copy full SHA for 604c3e7
tools/as/as.cpp
@@ -28,8 +28,10 @@ static const std::string kHelpText =
28
29
Usage: %s [options] [<filename>]
30
31
-The SPIR-V assembly text is read from <filename>. If no file is specified,
32
-or if the filename is "-", then the assembly text is read from standard input.
+The SPIR-V assembly text is read from <filename>.
+Use "-" as the filename to read from standard input.
33
+Use "./-" to read from the file named "-".
34
+
35
The SPIR-V binary module is written to file "out.spv", unless the -o option
36
is used.
37
0 commit comments