This commit is contained in:
Alan Wu 2021-10-15 17:15:33 -04:00
Родитель 11096da6cc
Коммит ff863f3818
1 изменённых файлов: 1 добавлений и 0 удалений

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[] = {