Add `--backtrace-limit` option to the man page

This commit is contained in:
Tom Stuart 2023-07-01 15:38:26 +01:00 коммит произвёл Nobuyoshi Nakada
Родитель de68e240c7
Коммит c32b608e76
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -271,6 +271,11 @@ In auto-split mode, Ruby executes
.Dl $F = $_.split
at beginning of each loop.
.Pp
.It Fl -backtrace-limit Ns = Ns Ar num
Limits the maximum length of backtraces to
.Ar num
lines (default -1, meaning no limit).
.Pp
.It Fl c
Causes Ruby to check the syntax of the script and exit without
executing. If there are no syntax errors, Ruby will print