diff --git a/docs/CommandGuide/llvm-link.html b/docs/CommandGuide/llvm-link.html
index 831fa33fa4e..64895c8a782 100644
--- a/docs/CommandGuide/llvm-link.html
+++ b/docs/CommandGuide/llvm-link.html
@@ -44,10 +44,11 @@ OPTIONS
- -L <directory>
- Add the specified directory to the library search path. When looking for
- libraries, llvm-link will look in pathname for libraries. This option can
- be specified multiple times; llvm-link will search inside these directories
- in the order in which they were specified on the command line.
+ Add the specified directory to the library search path. When looking
+ for libraries, llvm-link will look in pathname for libraries. This
+ option can be specified multiple times; llvm-link will search inside
+ these directories in the order in which they were specified on the
+ command line.
- -f
@@ -58,8 +59,8 @@ OPTIONS
- -o <filename>
- Output filename. If filename is -, then llvm-link will write its output to
- standard output.
+ Output filename. If filename is -, then llvm-link will write its output
+ to standard output.
- -d
@@ -73,17 +74,6 @@ OPTIONS
Print a summary of command line options.
-
- -stats
-
- Print statistics.
-
-
-
- -time-passes
-
- Record the amount of time needed for each pass and print it to standard
- error.
-
-
- -v
Verbose mode. Print information about what llvm-link is doing.