ruby-changes:49948
From: k0kubun <ko1@a...>
Date: Sat, 27 Jan 2018 11:14:25 +0900 (JST)
Subject: [ruby-changes:49948] k0kubun:r62066 (trunk): insns2vm.rb: add missing word to help
k0kubun 2018-01-27 11:14:20 +0900 (Sat, 27 Jan 2018) New Revision: 62066 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62066 Log: insns2vm.rb: add missing word to help Modified files: trunk/tool/ruby_vm/scripts/insns2vm.rb Index: tool/ruby_vm/scripts/insns2vm.rb =================================================================== --- tool/ruby_vm/scripts/insns2vm.rb (revision 62065) +++ tool/ruby_vm/scripts/insns2vm.rb (revision 62066) @@ -42,31 +42,31 @@ module RubyVM::Insns2VM https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/scripts/insns2vm.rb#L42 end this.on "-Dname", "--enable=name[,name...]", Array, <<-'end' - This option used to override VM option that is defined in + This option was used to override VM option that is defined in vm_opts.h. Now it is officially unsupported because vm_opts.h to remain mismatched with this option must break things. Just edit vm_opts.h directly. end this.on "-Uname", "--disable=name[,name...]", Array, <<-'end' - This option used to override VM option that is defined in + This option was used to override VM option that is defined in vm_opts.h. Now it is officially unsupported because vm_opts.h to remain mismatched with this option must break things. Just edit vm_opts.h directly. end this.on "-i", "--insnsdef=FILE", "--instructions-def", <<-'end' - This option used to specify alternative path to insns.def. For + This option was used to specify alternative path to insns.def. For the same reason to ignore -I, we no longer support this. end this.on "-o", "--opt-operanddef=FILE", "--opt-operand-def", <<-'end' - This option used to specify alternative path to opt_operand.def. + This option was used to specify alternative path to opt_operand.def. For the same reason to ignore -I, we no longer support this. end this.on "-u", "--opt-insnunifdef=FILE", "--opt-insn-unif-def", <<-'end' - This option used to specify alternative path to + This option was used to specify alternative path to opt_insn_unif.def. For the same reason to ignore -I, we no longer support this. end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/