We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b923eaf commit 48ec009Copy full SHA for 48ec009
core/src/main/java/org/jruby/util/cli/OutputStrings.java
@@ -69,6 +69,7 @@ public static String getBasicUsageHelp() {
69
.append(" --headless do not launch a GUI window, no matter what\n")
70
.append(" --1.8 specify Ruby 1.8.x compatibility\n")
71
.append(" --1.9 specify Ruby 1.9.x compatibility (default)\n")
72
+ .append(" --2.0 specify Ruby 2.0 compatibility\n")
73
.append(" --bytecode show the JVM bytecode produced by compiling specified code\n")
74
.append(" --version print the version\n")
75
.append(" --disable-gems do not load RubyGems on startup\n");
0 commit comments