aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-02 16:47:27 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-02 16:47:27 +0000
commit39eefde0ae1851c8b35896ee468deb3d802d03d1 (patch)
treed3ef05c1912aa17721d4858032b0bb19d42a36cc
parentf02e8dbf7e3bddac4efec77b0ea3f07b26eaa955 (diff)
More wording cleanups in --help text.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49094 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/scan-build16
1 files changed, 7 insertions, 9 deletions
diff --git a/utils/scan-build b/utils/scan-build
index 906358091b..357cfccb69 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -196,18 +196,16 @@ OPTIONS:
BUILD OPTIONS
- You can specify any build option acceptable to the build command. For
- example:
+ You can specify any build option acceptable to the build command.
+
+ For example:
$Prog -o /tmp/myhtmldir make -j4
- The above causes analysis reports to be deposited in /tmp/myhtmldir (or
- rather a subdirectory corresponding to this particular running of the
- analyzer), and causes "make" to be run with the "-j4" option, allowing
- parallel builds (and parallel invocations of the analyzer).
-
- NOTE: The analyzer will work for most parallel builds, but not distributed
- builds (such as using distcc).
+ The above example causes analysis reports to be deposited into
+ a subdirectory of "/tmp/myhtmldir" and to run "make" with the "-j4" option.
+ A different subdirectory is created each time $Prog analyzes a project.
+ The analyzer should support most parallel builds, but not distributed builds.
ENDTEXT
}