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:
William S Fulton 2005-02-15 23:04:10 +00:00
commit f149a9f3d1
17 changed files with 19 additions and 19 deletions

View file

@ -143,7 +143,7 @@ public:
for (i = 1; i < argc; i++) {
if (argv[i]) {
if (strcmp (argv[i], "-help") == 0) {
fputs (guile_usage, stderr);
fputs (guile_usage, stdout);
SWIG_exit (EXIT_SUCCESS);
}
else if (strcmp (argv[i], "-prefix") == 0) {