From 3e458f15c8a68bfcb19cbbf456020a64fa99c358 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 27 Jan 2018 02:14:20 +0000 Subject: insns2vm.rb: add missing word to help git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/ruby_vm/scripts/insns2vm.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tool/ruby_vm') diff --git a/tool/ruby_vm/scripts/insns2vm.rb b/tool/ruby_vm/scripts/insns2vm.rb index beb50087da..c2da9efa24 100644 --- a/tool/ruby_vm/scripts/insns2vm.rb +++ b/tool/ruby_vm/scripts/insns2vm.rb @@ -42,31 +42,31 @@ module RubyVM::Insns2VM 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 -- cgit v1.2.3