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:
parent
a17805ce3e
commit
2d8f0d1d06
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue