aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-15 02:04:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-15 02:04:37 +0000
commit0a1ca5fc1586caeab2154199e9efadfc7f0d198c (patch)
tree4ad6f2c4cc698082a69307c060ec6e0b646a5cbd /man
parent91a6e462d85c55394e98a5ca2c493718dce9d2df (diff)
downloadruby-0a1ca5fc1586caeab2154199e9efadfc7f0d198c.tar.gz
ruby.1: --dump [ci skip]
* man/ruby.1: describe --dump option arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man')
-rw-r--r--man/ruby.128
1 files changed, 25 insertions, 3 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index b9f3c7767d..560a536719 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -409,18 +409,40 @@ Disables (or enables) all features.
.El
.Pp
.It Fl -dump Ns = Ns Ar target
-DO NOT USE.
+Dump some informations.
.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
-.El
-.Pp
Only specify this switch if you are going to debug the Ruby interpreter.
+.El
.Pp
.It Fl -verbose
Enables verbose mode without printing version message at the