summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorKouhei Yanagita <yanagi@shakenbu.org>2024-11-06 10:47:15 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-11-27 16:00:35 +0900
commit0f45d0c4847aded77c3aa42ae8b4da8299fa0a12 (patch)
tree1fb26b5afd99bebc2b4f001f824eae8f53b40989 /ruby.c
parenta2c12d3ffeea99c957ee317fc613c7e0897a04f9 (diff)
Update man and help: -d option set $VERBOSE to true
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index f1089ca41e..11376cbe70 100644
--- a/ruby.c
+++ b/ruby.c
@@ -326,7 +326,7 @@ usage(const char *name, int help, int highlight, int columns)
M("-a", "", "Split each input line ($_) into fields ($F)."),
M("-c", "", "Check syntax (no execution)."),
M("-Cdirpath", "", "Execute program in specified directory."),
- M("-d", ", --debug", "Set debugging flag ($DEBUG) to true."),
+ M("-d", ", --debug", "Set debugging flag ($DEBUG) and $VERBOSE to true."),
M("-e 'code'", "", "Execute given Ruby code; multiple -e allowed."),
M("-Eex[:in]", ", --encoding=ex[:in]", "Set default external and internal encodings."),
M("-Fpattern", "", "Set input field separator ($;); used with -a."),