mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added -W:experimental
to --help
[Feature #16420]
This commit is contained in:
parent
d0f1eb3e4e
commit
3739ddc36f
1 changed files with 1 additions and 0 deletions
1
ruby.c
1
ruby.c
|
@ -302,6 +302,7 @@ usage(const char *name, int help)
|
||||||
};
|
};
|
||||||
static const struct message warn_categories[] = {
|
static const struct message warn_categories[] = {
|
||||||
M("deprecated", "", "deprecated features"),
|
M("deprecated", "", "deprecated features"),
|
||||||
|
M("experimental", "", "experimental features"),
|
||||||
};
|
};
|
||||||
static const struct message mjit_options[] = {
|
static const struct message mjit_options[] = {
|
||||||
M("--jit-warnings", "", "Enable printing JIT warnings"),
|
M("--jit-warnings", "", "Enable printing JIT warnings"),
|
||||||
|
|
Loading…
Reference in a new issue