From 3fe0f8c68bf2cd861b7061de8a662885e5aa5234 Mon Sep 17 00:00:00 2001 From: Yla Aioi <43639533+Little-Rubyist@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:05:58 +0900 Subject: [Bug #19685]: Add `-y` and `--yydebug` document to `--help` Add -y option information to `--help` Fix a warning on the man page --- man/ruby.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/ruby.1') diff --git a/man/ruby.1 b/man/ruby.1 index 779167ac3e..6c9f5fb0d1 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -388,7 +388,7 @@ before executing script. .Pp .It Fl y .It Fl -yydebug -DO NOT USE. +This option is not guaranteed to be compatible. .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 -- cgit v1.2.3