Add link to Ruby options doc in help text

Adds link to https://docs.ruby-lang.org/en/master/ruby/options_md.html in
Ruby help text (-h and --help).
This commit is contained in:
Peter Zhu 2025-08-07 14:23:07 -04:00
parent 7595ac9a9e
commit 31ff07ed1e
4 changed files with 23 additions and 4 deletions

View file

@ -1,3 +1,10 @@
<!---
CAUTION
This page on docs.ruby-lang.org is displayed in Ruby's help message (-h and --help).
Please make sure you update the link when renaming or moving this file.
--->
# Ruby Command-Line Options
## About the Examples