Skip to content

Commit

Permalink
[ruby/irb] Add help about extra doc dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta authored and matzbot committed Oct 11, 2021
1 parent 866a09d commit 7732052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/irb/lc/help-message
Expand Up @@ -20,6 +20,7 @@ Usage: irb.rb [options] [programfile] [arguments]
-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
Expand Down
4 changes: 4 additions & 0 deletions man/irb.1
Expand Up @@ -105,6 +105,10 @@ Uses singleline editor module.
Doesn't use singleline editor module.
.Pp
.Pp
.It Fl -extra-doc-dir
Add an extra doc dir for the doc dialog.
.Pp
.Pp
.It Fl -echo
Show result (default).
.Pp
Expand Down

0 comments on commit 7732052

Please sign in to comment.