diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index a3f0c34a6a9..b4d8d662f2b 100644
--- a/docs/CommandGuide/index.html
+++ b/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/docs/index.html b/docs/index.html
index 2e98cb19fed..cbd8cebf643 100644
--- a/docs/index.html
+++ b/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,