summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
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 f14d4f1ee0..a5794199ec 100644
--- a/ruby.c
+++ b/ruby.c
@@ -389,7 +389,7 @@ usage(const char *name, int help, int highlight, int columns)
M("yjit", "", "in-process JIT compiler (default: disabled)"),
#endif
#if USE_RJIT
- M("rjit", "", "pure-Ruby JIT compiler (default: disabled)"),
+ M("rjit", "", "pure-Ruby JIT compiler (experimental, default: disabled)"),
#endif
};
static const struct ruby_opt_message warn_categories[] = {