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\
29
29
-Xversion print launcher's version\n \
30
30
\n Jvm Management:\n \
31
31
-Xjdkhome <path> set path to JDK\n \
32
- -Xfork-java run java in separate process\n \
33
32
-J<jvm_option> pass <jvm_option> to JVM\n \
34
33
\n Classpath Management:\n \
35
34
-Xcp <classpath> set the classpath\n \
@@ -42,7 +41,9 @@ Options:\n\
42
41
-Xprop.erty[=value] equivalent to -J-Djruby.<prop.erty>[=value]\n \
43
42
-Xproperties list supported properties (omit \" jruby.\" with -X)\n "
44
43
#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 "
46
47
#endif
47
48
" \n "
48
49
;
You can’t perform that action at this time.
0 commit comments