diff options
| author | Kouhei Yanagita <yanagi@shakenbu.org> | 2024-11-06 10:47:15 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-11-27 16:00:35 +0900 |
| commit | 0f45d0c4847aded77c3aa42ae8b4da8299fa0a12 (patch) | |
| tree | 1fb26b5afd99bebc2b4f001f824eae8f53b40989 /ruby.c | |
| parent | a2c12d3ffeea99c957ee317fc613c7e0897a04f9 (diff) | |
Update man and help: -d option set $VERBOSE to true
Diffstat (limited to 'ruby.c')
| -rw-r--r-- | ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."), |
