From a692a1597fb1fdd1ed1394c582ab73ef75817fb7 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Fri, 10 Dec 2021 17:21:37 +0900 Subject: ruby.c: Fix typo --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 09b7c770cf..80ddc86bef 100644 --- a/ruby.c +++ b/ruby.c @@ -332,7 +332,7 @@ usage(const char *name, int help, int highlight, int columns) }; static const struct message dumps[] = { M("insns", "", "instruction sequences"), - M("insns_without_out", "", "instruction sequences compiled with no optimization"), + M("insns_without_opt", "", "instruction sequences compiled with no optimization"), M("yydebug", "", "yydebug of yacc parser generator"), M("parsetree", "", "AST"), M("parsetree_with_comment", "", "AST with comments"), -- cgit v1.2.3