Man page typo fix.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 9 Dec 2008 14:41:00 +0000 (14:41 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 9 Dec 2008 14:41:00 +0000 (14:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60765 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvmc.pod

index 1067de2f47587326fb45b30a79a2e04daa1070b2..5938e36f27d869defcfa7c91c4e9735d45f3fdac 100644 (file)
@@ -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.