diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-04-02 16:41:25 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-04-02 16:41:25 +0000 |
commit | f02e8dbf7e3bddac4efec77b0ea3f07b26eaa955 (patch) | |
tree | c9e77179fbfdf3c34e35c8c5c7d25e68e423d282 | |
parent | 0062ad4f47d152def1f720878aaf5904b22aefbf (diff) |
More wording fixes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49093 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/scan-build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/scan-build b/utils/scan-build index b3cb9325e8..906358091b 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -187,9 +187,9 @@ OPTIONS: --help -k - Add a "keep on going" option to the specified build command. - --keep-going This command currently supports make and xcodebuild. - This is a convenience option; one can specify this behavior - directly as build options. + --keep-going This option currently supports make and xcodebuild. + This is a convenience option; one can specify this + behavior directly using build options. -v - Verbose output from $Prog and the analyzer. A second "-v" increases verbosity. |