Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove never-implemented flag --indy. Fixes #2231.
  • Loading branch information
headius committed Dec 2, 2014
1 parent 22331c2 commit a30c537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/util/cli/OutputStrings.java
Expand Up @@ -64,7 +64,6 @@ public static String getBasicUsageHelp() {
.append(" --client use the non-optimizing \"client\" JVM\n")
.append(" (improves startup; default)\n")
.append(" --server use the optimizing \"server\" JVM (improves perf)\n")
.append(" --(no-)indy use invokedynamic (Java 7+) to optimize (perf++, startup--)\n")
.append(" --manage enable remote JMX management and monitoring of the VM\n")
.append(" and JRuby\n")
.append(" --headless do not launch a GUI window, no matter what\n")
Expand Down

0 comments on commit a30c537

Please sign in to comment.