swig -help prints to stdout not stderr now
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6964 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5e287b52f7
commit
f149a9f3d1
17 changed files with 19 additions and 19 deletions
|
|
@ -231,7 +231,7 @@ class JAVA : public Language {
|
|||
Swig_mark_arg(i);
|
||||
Printf(stderr,"Deprecated command line option: -jnicpp. C++ JNI calling convention now used when -c++ specified.\n");
|
||||
} else if (strcmp(argv[i],"-help") == 0) {
|
||||
Printf(stderr,"%s\n", usage);
|
||||
Printf(stdout,"%s\n", usage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue