summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
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 5a7aa62168..7903f583fe 100644
--- a/ruby.c
+++ b/ruby.c
@@ -302,6 +302,7 @@ usage(const char *name, int help)
};
static const struct message warn_categories[] = {
M("deprecated", "", "deprecated features"),
+ M("experimental", "", "experimental features"),
};
static const struct message mjit_options[] = {
M("--jit-warnings", "", "Enable printing JIT warnings"),