[cfe-commits] r49093 - /cfe/trunk/utils/scan-build
Ted Kremenek
kremenek at apple.com
Wed Apr 2 09:41:26 PDT 2008
Author: kremenek
Date: Wed Apr 2 11:41:25 2008
New Revision: 49093
URL: http://llvm.org/viewvc/llvm-project?rev=49093&view=rev
Log:
More wording fixes.
Modified:
cfe/trunk/utils/scan-build
Modified: cfe/trunk/utils/scan-build
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/scan-build?rev=49093&r1=49092&r2=49093&view=diff
==============================================================================
--- cfe/trunk/utils/scan-build (original)
+++ cfe/trunk/utils/scan-build Wed Apr 2 11:41:25 2008
@@ -187,9 +187,9 @@
--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.
More information about the cfe-commits
mailing list