summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-10-04 09:34:06 -0700
committerTakashi Kokubun <[email protected]>2023-10-04 10:25:46 -0700
commit577ff858bce3c9620c763d6481b082253f7e2bfd (patch)
treefc3277f42451b71ba2e0980128828e300ffb60d9 /ruby.c
parent01c462ce6aef82fe6dcdf54a4a3b33f1bc2d96b2 (diff)
Make the function names consistent
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 8020d0da11..64120e21f3 100644
--- a/ruby.c
+++ b/ruby.c
@@ -422,7 +422,7 @@ usage(const char *name, int help, int highlight, int columns)
SHOW(warn_categories[i]);
#if USE_YJIT
printf("%s""YJIT options:%s\n", sb, se);
- rb_yjit_print_options(help, highlight, w, columns);
+ rb_yjit_show_usage(help, highlight, w, columns);
#endif
#if USE_RJIT
printf("%s""RJIT options (experimental):%s\n", sb, se);