summaryrefslogtreecommitdiff
path: root/lib/irb/help.rb
diff options
context:
space:
mode:
authorBurdette Lamar <[email protected]>2023-12-12 04:34:34 -0600
committergit <[email protected]>2023-12-12 10:34:38 +0000
commit35990cb38c0c77ddcd0b1f914b4fea5c13e12f39 (patch)
treefd8ae76d59c9479cc695fff66dc79539dd40cb58 /lib/irb/help.rb
parent25711e7063060920d14e42a530da6f7198926629 (diff)
[ruby/irb] [DOC] RDoc for module IRB
(https://github.com/ruby/irb/pull/738) [DOC] RDoc for module IRB https://github.com/ruby/irb/commit/f3a0626298
Diffstat (limited to 'lib/irb/help.rb')
-rw-r--r--lib/irb/help.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/help.rb b/lib/irb/help.rb
index ca12810de1..6861d7efc8 100644
--- a/lib/irb/help.rb
+++ b/lib/irb/help.rb
@@ -5,7 +5,7 @@
#
module IRB
- # Outputs the irb help message, see IRB@Command+line+options.
+ # Outputs the irb help message, see IRB@Command-Line+Options.
def IRB.print_usage
lc = IRB.conf[:LC_MESSAGES]
path = lc.find("irb/help-message")