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

Ted Kremenek kremenek at apple.com
Tue Apr 1 14:36:28 PDT 2008


Author: kremenek
Date: Tue Apr  1 16:36:28 2008
New Revision: 49052

URL: http://llvm.org/viewvc/llvm-project?rev=49052&view=rev
Log:
Minor 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=49052&r1=49051&r2=49052&view=diff

==============================================================================
--- cfe/trunk/utils/scan-build (original)
+++ cfe/trunk/utils/scan-build Tue Apr  1 16:36:28 2008
@@ -164,8 +164,7 @@
   
   -k            - Add "keep on going option" to the specified build command.
   --keep-going    This command currently supports "make" and "xcodebuild." You
-                  can also specify the corresponding option to the build command
-                  directly as a build option if you know it.
+                  can also directly specify the corresponding option to the build command.
 
   -v            - Verbose output from scan-build and the analyzer. A second
                   "-v" increases verbosity.





More information about the cfe-commits mailing list