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 | dfd204e1337d2bc2351b97e55e90db85ac322c6e (patch) | |
tree | 3b81d89956622e9b18f48a026256596ffaf6acd8 | |
parent | 1cf35de3cb0ceaad425d9bbd3c39794b71519f32 (diff) | |
download | bcm5719-llvm-dfd204e1337d2bc2351b97e55e90db85ac322c6e.tar.gz bcm5719-llvm-dfd204e1337d2bc2351b97e55e90db85ac322c6e.zip |
More wording fixes.
llvm-svn: 49093
-rwxr-xr-x | clang/utils/scan-build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/utils/scan-build b/clang/utils/scan-build index b3cb9325e87..906358091b4 100755 --- a/clang/utils/scan-build +++ b/clang/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. |