summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/ruby.12
-rw-r--r--ruby.c1
2 files changed, 2 insertions, 1 deletions
@@ -388,7 +388,7 @@ before executing script.
.Pp
.It Fl y
.It Fl -yydebug
-DO NOT USE.
.Pp
Turns on compiler debug mode. Ruby will print a bunch of internal
state messages during compilation. Only specify this switch you are going to
@@ -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("--help", "", "show this message, -h for short message"),
};
static const struct ruby_opt_message dumps[] = {