diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-12-24 13:06:44 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-12-24 13:27:05 +0900 |
commit | 1b0c46daed9186b82ab4fef1a4ab225afe582ee6 (patch) | |
tree | 50034eb0d1bad1b8160b34faf11eed205d87a369 /ruby.c | |
parent | fb82f3a632fa07dd270ed188cd6ce751ecabcb84 (diff) |
[Bug #20979] [DOC] Add a proviso to `+comment` option
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12450
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")."), |