Skip to content

Commit

Permalink
Document --2.0 flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrimm authored and BanzaiMan committed Aug 1, 2013
1 parent b923eaf commit 48ec009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/org/jruby/util/cli/OutputStrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public static String getBasicUsageHelp() {
.append(" --headless do not launch a GUI window, no matter what\n")
.append(" --1.8 specify Ruby 1.8.x compatibility\n")
.append(" --1.9 specify Ruby 1.9.x compatibility (default)\n")
.append(" --2.0 specify Ruby 2.0 compatibility\n")
.append(" --bytecode show the JVM bytecode produced by compiling specified code\n")
.append(" --version print the version\n")
.append(" --disable-gems do not load RubyGems on startup\n");
Expand Down

0 comments on commit 48ec009

Please sign in to comment.