diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-04-01 21:36:28 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-04-01 21:36:28 +0000 |
commit | c052046348e696343f877cbbd19278231afebabc (patch) | |
tree | ede65f6aa8b99fdbeb539ebbdf82280faae27299 | |
parent | 2b74ab6fdf0e3ed455bf6e0d30e24845f0c2846e (diff) |
Minor cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49052 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/scan-build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/scan-build b/utils/scan-build index 84bcf0a2ef..da7a07f917 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -164,8 +164,7 @@ OPTIONS: -k - Add "keep on going option" to the specified build command. --keep-going This command currently supports "make" and "xcodebuild." You - can also specify the corresponding option to the build command - directly as a build option if you know it. + can also directly specify the corresponding option to the build command. -v - Verbose output from scan-build and the analyzer. A second "-v" increases verbosity. |