summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-12-09 14:41:00 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-12-09 14:41:00 +0000
commitefc5c319ed0eeb8983edda0aec2bda3e74ecea05 (patch)
tree570bc27da0da59940a2ccba1a54656d84587b267 /docs/CommandGuide
parent74bcb057c0fa7069c2ed9b1ea169cc5a337da637 (diff)
downloadllvm-efc5c319ed0eeb8983edda0aec2bda3e74ecea05.tar.gz
llvm-efc5c319ed0eeb8983edda0aec2bda3e74ecea05.tar.bz2
llvm-efc5c319ed0eeb8983edda0aec2bda3e74ecea05.tar.xz
Man page typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvmc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod
index 1067de2f47..5938e36f27 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.