From 763f7d64f1289a19d82fec5b9647546c8c56d023 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 20 Jan 2010 12:40:56 +0000 Subject: [PATCH] Fix html glitch. Pointed out by clwi (PR6090). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94000 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/scan-build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html index 92a4c3e5e9..fd05af021b 100644 --- a/www/analyzer/scan-build.html +++ b/www/analyzer/scan-build.html @@ -81,7 +81,7 @@ built using xcodebuild.

$ scan-build [scan-build options] <command> [command options] -

Operationally, scan-build literally runs with all of the +

Operationally, scan-build literally runs <command> with all of the subsequent options passed to it. For example, one can pass -j4 to make get a parallel build over 4 cores:

-- 2.50.1