Changed spelling mistake in autorename command line option text, also changed text a bit to be more descriptive

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8439 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Charlie Savage 2006-01-14 22:31:20 +00:00
commit 2d8f0d1d06

View file

@ -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 <name> - Set a prefix <name> to be prepended to all names\n\
-feature <name> - Set feature name to <name> (used by `require')\n";