diff options
author | Matt Valentine-House <[email protected]> | 2022-06-27 13:35:22 +0100 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-06-28 10:10:26 -0400 |
commit | ca85bd818ac6f10d2f50ae04de0e2a79476e8266 () | |
tree | 859d841a031d99c8925e2109c9cfb7bca4372241 /man/ruby.1 | |
parent | 7d211c93af2253c5f5a4eb988a362f3220965980 (diff) |
[ci skip] Improve man page docs around --dump options
Notes: Merged: https://.com/ruby/ruby/pull/6067
-rw-r--r-- | man/ruby.1 | 40 |
1 files changed, 21 insertions, 19 deletions
@@ -423,35 +423,37 @@ Dump some information. .Pp Prints the specified target. .Ar target -can be one of; .Bl -hang -offset indent .It Sy version -version description same as -.Fl -version .It Sy usage -brief usage message same as -.Fl h .It Sy help -Show long help message same as -.Fl -help .It Sy syntax -check of syntax same as .Fl c -.Fl -yydebug -.It Sy yydebug -compiler debug mode, same as -.Fl -yydebug .Pp -Only specify this switch if you are going to debug the Ruby interpreter. .It Sy parsetree .It Sy parsetree_with_comment -AST nodes tree -.Pp -Only specify this switch if you are going to debug the Ruby interpreter. .It Sy insns -disassembled instructions -.Pp -Only specify this switch if you are going to debug the Ruby interpreter. .El .Pp .It Fl -verbose |