From cbb62dd6b779db03a8ce907b109f05bd5c4a843a Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 28 Aug 2003 21:32:57 +0000 Subject: Renaming LLVM `as' to `llvm-as'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8188 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-as/llvm-as.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/llvm-as/llvm-as.cpp') diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp index 4ca59b9980..7655129e58 100644 --- a/tools/llvm-as/llvm-as.cpp +++ b/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. // //===------------------------------------------------------------------------=== -- cgit v1.2.3-18-g5258