Skip to content

Commit 62a6d5e

Browse files
committed
Move -Xfork-java to windows-only option
1 parent ee08a4a commit 62a6d5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

argparser.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Options:\n\
2929
-Xversion print launcher's version\n\
3030
\nJvm Management:\n\
3131
-Xjdkhome <path> set path to JDK\n\
32-
-Xfork-java run java in separate process\n\
3332
-J<jvm_option> pass <jvm_option> to JVM\n\
3433
\nClasspath Management:\n\
3534
-Xcp <classpath> set the classpath\n\
@@ -42,7 +41,9 @@ Options:\n\
4241
-Xprop.erty[=value] equivalent to -J-Djruby.<prop.erty>[=value]\n\
4342
-Xproperties list supported properties (omit \"jruby.\" with -X)\n"
4443
#ifdef WIN32
45-
" -Xconsole <mode> jrubyw console attach mode (new|attach|suppress)\n"
44+
"\
45+
-Xfork-java run java in separate process\n\
46+
-Xconsole <mode> jrubyw console attach mode (new|attach|suppress)\n"
4647
#endif
4748
"\n"
4849
;

0 commit comments

Comments
 (0)