insns2vm.rb: add missing word to help

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-01-27 02:14:20 +00:00
Родитель c8e5796f61
Коммит 3e458f15c8
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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