File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ Options:\n\
2929 -Xversion print launcher's version\n \
3030\n Jvm 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\n Classpath 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;
You can’t perform that action at this time.
0 commit comments