[cfe-commits] r49091 - /cfe/trunk/utils/scan-build

Ted Kremenek kremenek at apple.com
Wed Apr 2 09:32:05 PDT 2008


Author: kremenek
Date: Wed Apr  2 11:31:58 2008
New Revision: 49091

URL: http://llvm.org/viewvc/llvm-project?rev=49091&view=rev
Log:
Wording cleanups.

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=49091&r1=49090&r2=49091&view=diff

==============================================================================
--- cfe/trunk/utils/scan-build (original)
+++ cfe/trunk/utils/scan-build Wed Apr  2 11:31:58 2008
@@ -186,9 +186,9 @@
   -?, -h        - Display this message.
   --help
   
-  -k            - Add "keep on going option" to the specified build command.
+  -k            - Add a "keep on going" option to the specified build command.
   --keep-going    This command currently supports make and xcodebuild.
-                  This is a helper option; one can specify the arguments
+                  This is a convenience option; one can specify this behavior
                   directly as build options.
 
   -v            - Verbose output from $Prog and the analyzer.





More information about the cfe-commits mailing list