summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/scripts
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-27 02:14:20 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-27 02:14:20 +0000
commit3e458f15c8a68bfcb19cbbf456020a64fa99c358 (patch)
tree29de84ea6826b5f16baaa62ee246a482f2d43995 /tool/ruby_vm/scripts
parentc8e5796f61824bb5a232a9d338ececc6a2487997 (diff)
insns2vm.rb: add missing word to help
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/ruby_vm/scripts')
-rw-r--r--tool/ruby_vm/scripts/insns2vm.rb10
1 files changed, 5 insertions, 5 deletions
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