diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 0638baeb5e3..bb0674d404d 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -611,8 +611,9 @@ it run faster:
-- The llc -asm-verbose option (exposed from llvm-gcc and clang as
- -fverbose-asm) now adds a lot of useful information in comments to
+
- The llc -asm-verbose option (exposed from llvm-gcc as (-dA)
+ and clang as -fverbose-asm or -dA) now adds a lot of
+ useful information in comments to
the generated .s file. This information includes location information (if
built with -g) and loop nest information.
- The code generator now supports a new MachineVerifier pass which is useful