-outdir commandline option support => directory for proxy class and other language specific files

-help tidy up


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4981 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-08-07 17:22:12 +00:00
commit 06ed231b7d
17 changed files with 150 additions and 115 deletions

View file

@ -139,7 +139,7 @@ int main(int argc, char **argv) {
Printf(stderr,"Target Language Options:\n");
for (int j = 0; modules[j].name; j++) {
if (modules[j].help) {
Printf(stderr," %-15s - Generate %s wrappers.\n", modules[j].name, modules[j].help);
Printf(stderr," %-15s - Generate %s wrappers\n", modules[j].name, modules[j].help);
}
}
Swig_mark_arg(i);