From efc5c319ed0eeb8983edda0aec2bda3e74ecea05 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 9 Dec 2008 14:41:00 +0000 Subject: [PATCH] Man page typo fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60765 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvmc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod index 1067de2f475..5938e36f27d 100644 --- a/docs/CommandGuide/llvmc.pod +++ b/docs/CommandGuide/llvmc.pod @@ -102,7 +102,7 @@ be a bitcode library. =item B<-emit-llvm> -Make the output be LLVM bitcode (with B<-c>) or assembly (with B<-s>) instead +Make the output be LLVM bitcode (with B<-c>) or assembly (with B<-S>) instead of native object (or assembly). If B<-emit-llvm> is given without either B<-c> or B<-S> it has no effect. -- 2.34.1