r191554 - Update the help text.

Rafael Espindola rafael.espindola at gmail.com
Fri Sep 27 13:42:38 PDT 2013


Author: rafael
Date: Fri Sep 27 15:42:38 2013
New Revision: 191554

URL: http://llvm.org/viewvc/llvm-project?rev=191554&view=rev
Log:
Update the help text.

Modified:
    cfe/trunk/include/clang/Driver/CC1Options.td

Modified: cfe/trunk/include/clang/Driver/CC1Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1Options.td?rev=191554&r1=191553&r2=191554&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Fri Sep 27 15:42:38 2013
@@ -419,7 +419,7 @@ def fobjc_runtime_has_weak : Flag<["-"],
 def fobjc_dispatch_method_EQ : Joined<["-"], "fobjc-dispatch-method=">,
   HelpText<"Objective-C dispatch method to use">;
 def disable_objc_default_synthesize_properties : Flag<["-"], "disable-objc-default-synthesize-properties">,
-  HelpText<"enable the default synthesis of Objective-C properties">;
+  HelpText<"disable the default synthesis of Objective-C properties">;
 def fencode_extended_block_signature : Flag<["-"], "fencode-extended-block-signature">,
   HelpText<"enable extended encoding of block type signature">;
 def pic_level : Separate<["-"], "pic-level">,





More information about the cfe-commits mailing list