summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKaĆ­que Kandy Koga <kaiquekandykoga@gmail.com>2021-12-15 19:13:40 -0300
committergit <svn-admin@ruby-lang.org>2021-12-19 20:26:29 +0900
commit0eb1c4ea3afa92c9e538551eb344ce1770cac092 (patch)
tree983d56c1b2091b9a59ed86300c23c05bba7cee63 /lib
parent56811617ab4b7007aad10c794366115a671e4f29 (diff)
[ruby/irb] Add information about --extra-doc-dir option in the comments
https://github.com/ruby/irb/commit/ac3d4b9e79
Diffstat (limited to 'lib')
-rw-r--r--lib/irb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 6b296448db..437658149a 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -62,6 +62,7 @@ require_relative "irb/easter-egg"
# -W[level=2] Same as `ruby -W`
# --context-mode n Set n[0-4] to method to create Binding Object,
# when new workspace was created
+# --extra-doc-dir Add an extra doc dir for the doc dialog
# --echo Show result (default)
# --noecho Don't show result
# --echo-on-assignment