Skip to content

Commit 48ec009

Browse files
agrimmBanzaiMan
authored andcommitted
Document --2.0 flag.
1 parent b923eaf commit 48ec009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/jruby/util/cli/OutputStrings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public static String getBasicUsageHelp() {
6969
.append(" --headless do not launch a GUI window, no matter what\n")
7070
.append(" --1.8 specify Ruby 1.8.x compatibility\n")
7171
.append(" --1.9 specify Ruby 1.9.x compatibility (default)\n")
72+
.append(" --2.0 specify Ruby 2.0 compatibility\n")
7273
.append(" --bytecode show the JVM bytecode produced by compiling specified code\n")
7374
.append(" --version print the version\n")
7475
.append(" --disable-gems do not load RubyGems on startup\n");

0 commit comments

Comments
 (0)