diff --git a/docs/CommandGuide/llvm-prof.html b/docs/CommandGuide/llvm-prof.html
index 6e3cd7542ba..597d38e8e4b 100644
--- a/docs/CommandGuide/llvm-prof.html
+++ b/docs/CommandGuide/llvm-prof.html
@@ -26,13 +26,19 @@ then runs llvm-prof to format a report. To get more information about
OPTIONS
- - -annotated-llvm or -A
+ - --annotated-llvm or -A
In addition to the normal report printed, print out the code for the
program, annotated we execution frequency information. This can be
particularly useful when trying to visualize how frequently basic blocks
are executed. This is most useful with basic block profiling
information or better.
+
+
- --print-all-code
+
+ Using this option enables the --annotated-llvm option, but it
+ prints the entire module, instead of just the most commonly executed
+ functions.
EXIT STATUS