[Bug #20979] [DOC] Add a proviso to +comment
option
This commit is contained in:
parent
fb82f3a632
commit
1b0c46daed
Notes:
git
2024-12-24 04:33:03 +00:00
2
ruby.c
2
ruby.c
@ -378,7 +378,7 @@ usage(const char *name, int help, int highlight, int columns)
|
||||
M("parsetree", "", "Abstract syntax tree (AST)."),
|
||||
M("-optimize", "", "Disable optimization (affects insns)."),
|
||||
M("+error-tolerant", "", "Error-tolerant parsing (affects yydebug, parsetree)."),
|
||||
M("+comment", "", "Add comments to AST (affects parsetree)."),
|
||||
M("+comment", "", "Add comments to AST (affects parsetree with --parser=parse.y)."),
|
||||
};
|
||||
static const struct ruby_opt_message features[] = {
|
||||
M("gems", "", "Rubygems (only for debugging, default: "DEFAULT_RUBYGEMS_ENABLED")."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user