Add missing \n to deprecation warning for -feature, and fix terminology
"option" not "directive". git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9793 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6acae8cb76
commit
cecb0ff03b
1 changed files with 2 additions and 2 deletions
|
|
@ -809,8 +809,8 @@ public:
|
|||
}
|
||||
}
|
||||
else if (strcmp(argv[i], "-feature") == 0) {
|
||||
fprintf( stderr, "Warning: Ruby -feature directive is deprecated, please use "
|
||||
"-init_name instead.");
|
||||
fprintf( stderr, "Warning: Ruby -feature option is deprecated, "
|
||||
"please use -init_name instead.\n");
|
||||
if (argv[i + 1]) {
|
||||
char *name = argv[i + 1];
|
||||
feature = NewString(name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue