diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-link.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-link.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-link.pod b/llvm/docs/CommandGuide/llvm-link.pod index e1a1267c52e..8d06cc9d9d9 100644 --- a/llvm/docs/CommandGuide/llvm-link.pod +++ b/llvm/docs/CommandGuide/llvm-link.pod @@ -51,7 +51,7 @@ Write output in LLVM intermediate language (instead of bitcode). If specified, B<llvm-link> prints a human-readable version of the output bitcode file to standard error. -=item B<--help> +=item B<-help> Print a summary of command line options. |