diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-11-15 02:04:37 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-11-15 02:04:37 +0000 |
commit | c87bee1f45aae9bc509f1faa4eeb4de635930440 () | |
tree | 4ad6f2c4cc698082a69307c060ec6e0b646a5cbd | |
parent | 373e87a74db2fd71e870376b743eaad4ed74d42a (diff) |
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
-rw-r--r-- | man/ruby.1 | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -409,18 +409,40 @@ Disables (or enables) all features. .El .Pp .It Fl -dump Ns = Ns Ar target -DO NOT USE. .Pp Prints the specified target. .Ar target can be one of; .Bl -hang -offset indent .It Sy insns disassembled instructions .Pp -.El -.Pp Only specify this switch if you are going to debug the Ruby interpreter. .Pp .It Fl -verbose Enables verbose mode without printing version message at the |