summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as/llvm-as.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
-rw-r--r--llvm/tools/llvm-as/llvm-as.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp
index 4ca59b99803..7655129e58d 100644
--- a/llvm/tools/llvm-as/llvm-as.cpp
+++ b/llvm/tools/llvm-as/llvm-as.cpp
@@ -2,10 +2,10 @@
// LLVM 'AS' UTILITY
//
// This utility may be invoked in the following manner:
-// as --help - Output information about command line switches
-// as [options] - Read LLVM assembly from stdin, write bytecode to stdout
-// as [options] x.ll - Read LLVM assembly from the x.ll file, write bytecode
-// to the x.bc file.
+// llvm-as --help - Output information about command line switches
+// llvm-as [options] - Read LLVM asm from stdin, write bytecode to stdout
+// llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bytecode
+// to the x.bc file.
//
//===------------------------------------------------------------------------===
OpenPOWER on IntegriCloud