diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html
index 7403ecff99a..e34112cf6af 100644
--- a/docs/CommandGuide/bugpoint.html
+++ b/docs/CommandGuide/bugpoint.html
@@ -145,7 +145,7 @@ non-obvious ways. Here are some hints and tips:
bugpoint can generate a lot of output and run for a long period of
time. It is often useful to capture the output of the program to file. For
example, in the C shell, you can type:
- bugpoint ..... |& tee bugpoint.log
+ bugpoint ..... |& tee bugpoint.log
to get a copy of bugpoint's output in the file
bugpoint.log, as well as on your terminal.