8000 [Bug #20979] [DOC] Add a proviso to `+comment` option · github/ruby@1b0c46d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b0c46d

Browse files
committed
[Bug #20979] [DOC] Add a proviso to +comment option
1 parent fb82f3a commit 1b0c46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ usage(const char *name, int help, int highlight, int columns)
378378
M("parsetree", "", "Abstract syntax tree (AST)."),
379379
M("-optimize", "", "Disable optimization (affects insns)."),
380380
M("+error-tolerant", "", "Error-tolerant parsing (affects yydebug, parsetree)."),
381-
M("+comment", "", "Add comments to AST (affects parsetree)."),
381+
M("+comment", "", "Add comments to AST (affects parsetree with --parser=parse.y)."),
382382
};
383383
static const struct ruby_opt_message features[] = {
384384
M("gems", "", "Rubygems (only for debugging, default: "DEFAULT_RUBYGEMS_ENABLED")."),

0 commit comments

Comments
 (0)
0