From dfd204e1337d2bc2351b97e55e90db85ac322c6e Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 2 Apr 2008 16:41:25 +0000 Subject: [PATCH] More wording fixes. llvm-svn: 49093 --- clang/utils/scan-build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/utils/scan-build b/clang/utils/scan-build index b3cb9325e87d..906358091b45 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.