diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html
index a3f0c34a6a9a..b4d8d662f2b5 100644
--- a/llvm/docs/CommandGuide/index.html
+++ b/llvm/docs/CommandGuide/index.html
@@ -54,6 +54,9 @@ options) arguments to the tool you are interested in.
analyze -
run LLVM analyses on a bytecode file and print the results
+llvm-ar -
+ archive bytecode files
+
llvm-nm
print out the names and types of symbols in a bytecode file
diff --git a/llvm/docs/index.html b/llvm/docs/index.html
index 2e98cb19fed2..cbd8cebf643e 100644
--- a/llvm/docs/index.html
+++ b/llvm/docs/index.html
@@ -54,6 +54,7 @@ some tools.
LLVM Command Guide - A reference
manual for the LLVM command line utilities ("man" pages for LLVM tools).
Current tools:
+ llvm-ar,
llvm-as,
llvm-dis,
opt,