mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Show --yjit in help message
This commit is contained in:
parent
11096da6cc
commit
ff863f3818
1 changed files with 1 additions and 0 deletions
1
ruby.c
1
ruby.c
|
@ -312,6 +312,7 @@ usage(const char *name, int help, int highlight, int columns)
|
|||
M("-x[directory]", "", "strip off text before #!ruby line and perhaps cd to directory"),
|
||||
M("--jit", "", "enable JIT with default options (experimental)"),
|
||||
M("--jit-[option]","", "enable JIT with an option (experimental)"),
|
||||
M("--yjit", "", "enable in-process JIT compiler (experimental)"),
|
||||
M("-h", "", "show this message, --help for more info"),
|
||||
};
|
||||
static const struct message help_msg[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue