diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-04-25 20:31:58 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-04-25 20:31:58 +0000 |
commit | 87e795eac86ce6d3e61c4b13425935f1af6ff8c4 (patch) | |
tree | 69759bdec2a1705cd8bd249121be458d969551c7 | |
parent | 904f10059088d0c2747f48297c2a8f121536d769 (diff) |
fix broken tag
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50299 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/CheckerNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/CheckerNotes.html b/www/CheckerNotes.html index 7ff4020d27..40d8535fa8 100644 --- a/www/CheckerNotes.html +++ b/www/CheckerNotes.html @@ -158,7 +158,7 @@ browser to view the bug reports. <p> Where the HTML files are generated is specified with a <b>-o</b> option to -<ttscan-build</tt>. If <b>-o</b> isn't specified, a directory in <tt>/tmp</tt> +<tt>scan-build</tt>. If <b>-o</b> isn't specified, a directory in <tt>/tmp</tt> is created to store the files (<tt>scan-build</tt> will print a message telling you where they are). If you want to view the reports immediately after the build completes, pass <b>-V</b> to <tt>scan-build</tt>. |