Skip to content

Commit

Permalink
[Bug #20979] [DOC] Add a proviso to +comment option
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 24, 2024
1 parent 0d81177 commit fa5dc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")."),
Expand Down

0 comments on commit fa5dc16

Please sign in to comment.