summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-15 17:15:33 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commitff863f3818dfc8576f72f2a794756bc3b96fdbe9 (patch)
treebffc362ddb7867431ed910ded5ee6b0d05e9a51d /ruby.c
parent11096da6cc655b301b91e985e9ba1bad748e91bf (diff)
Show --yjit in help message
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.c b/ruby.c
index f6c1dcc12c..f3c01bef0d 100644
--- a/ruby.c
+++ b/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[] = {