summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorYla Aioi <43639533+Little-Rubyist@users.noreply.github.com>2023-06-05 12:05:58 +0900
committerGitHub <noreply@github.com>2023-06-05 12:05:58 +0900
commit3fe0f8c68bf2cd861b7061de8a662885e5aa5234 (patch)
tree83f4490e40a5418bf938765ad20032954f029d84 /ruby.c
parent3a4302c742622dda9fbaeeb90fd42364badc423d (diff)
[Bug #19685]: Add `-y` and `--yydebug` document to `--help`
Add -y option information to `--help` Fix a warning on the man page
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7870 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.c b/ruby.c
index b9cfcffb2e..729a5ad01d 100644
--- a/ruby.c
+++ b/ruby.c
@@ -306,6 +306,7 @@ usage(const char *name, int help, int highlight, int columns)
M("--backtrace-limit=num", "", "limit the maximum length of backtrace"),
M("--verbose", "", "turn on verbose mode and disable script from stdin"),
M("--version", "", "print the version number, then exit"),
+ M("-y", ", --yydebug", "print log of parser. Backward compatibility is not guaranteed"),
M("--help", "", "show this message, -h for short message"),
};
static const struct ruby_opt_message dumps[] = {