Skip to content

Commit a854f91

Browse files
committed
Merge pull request #50 from a1russell/master
Add IntelliJ IDEA Ruby plugin to usage text.
2 parents 545e07e + e2d685f commit a854f91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/rdebug-ide

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ options = OpenStruct.new(
2424
opts = OptionParser.new do |opts|
2525
opts.banner = <<EOB
2626
Using ruby-debug-base #{Debugger::VERSION}
27-
Usage: rdebug-ide is supposed to be called from RDT, NetBeans or RubyMine. The
28-
command line interface to ruby-debug is rdebug.
27+
Usage: rdebug-ide is supposed to be called from RDT, NetBeans, RubyMine, or
28+
the IntelliJ IDEA Ruby plugin. The command line interface to
29+
ruby-debug is rdebug.
2930
EOB
3031
opts.separator ""
3132
opts.separator "Options:"

0 commit comments

Comments
 (0)