[D] Added -d2 switch to usage information.
Previously, it was documented in the manual, but not present in the command line usage text. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12545 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ac375e90a8
commit
7709e0303a
1 changed files with 2 additions and 1 deletions
|
|
@ -4691,8 +4691,9 @@ extern "C" Language *swig_d(void) {
|
|||
* ----------------------------------------------------------------------------- */
|
||||
const char *D::usage = (char *) "\
|
||||
D Options (available with -d)\n\
|
||||
-d2 - Generate code for D2/Phobos (default: D1/Tango)\n\
|
||||
-package <pkg> - Write generated D modules into package <pkg>\n\
|
||||
-splitproxy - Write each D type to a dedicated file instead of\n\
|
||||
generating a single proxy D module.\n\
|
||||
-wrapperlibrary <wl> - Sets the name of the wrapper library to <wl>\n\
|
||||
-wrapperlibrary <wl> - Set the name of the wrapper library to <wl>\n\
|
||||
\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue