[Bug #20979] [DOC] Add a proviso to +comment option

This commit is contained in:
Nobuyoshi Nakada 2024-12-24 13:06:44 +09:00
parent fb82f3a632
commit 1b0c46daed
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-12-24 04:33:03 +00:00

2
ruby.c
View File

@ -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")."),