diff --git a/Source/Modules/ruby.cxx b/Source/Modules/ruby.cxx index 98b2ccaa6..125642311 100644 --- a/Source/Modules/ruby.cxx +++ b/Source/Modules/ruby.cxx @@ -123,8 +123,8 @@ Ruby Options (available with -ruby)\n\ -minherit - Attempt to support multiple inheritance\n\ -nocppcast - Disable C++ casting operators, useful for generating bugs\n\ -cppcast - Enable C++ casting operators\n\ - -autorename - Enable the automatice rename mechanism\n\ - -noautorename - Disable the automatice rename mechanism (default)\n\ + -autorename - Enable renaming of classes and methods to follow Ruby coding standards\n\ + -noautorename - Disable renaming of classes and methods (default)\n\ -prefix - Set a prefix to be prepended to all names\n\ -feature - Set feature name to (used by `require')\n";