From ac3d4b9e79303408679387aa09c7c4dda99c4ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ka=C3=ADque=20Kandy=20Koga?= Date: Wed, 15 Dec 2021 19:13:40 -0300 Subject: [PATCH] Add information about --extra-doc-dir option in the comments --- lib/irb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/irb.rb b/lib/irb.rb index 6b296448d..437658149 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -62,6 +62,7 @@ # -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