Add --backtrace-limit option to the man page

This commit is contained in:
Tom Stuart 2023-07-01 15:38:26 +01:00 committed by Nobuyoshi Nakada
parent de68e240c7
commit c32b608e76

View File

@ -271,6 +271,11 @@ In auto-split mode, Ruby executes
.Dl $F = $_.split .Dl $F = $_.split
at beginning of each loop. at beginning of each loop.
.Pp .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 .It Fl c
Causes Ruby to check the syntax of the script and exit without Causes Ruby to check the syntax of the script and exit without
executing. If there are no syntax errors, Ruby will print executing. If there are no syntax errors, Ruby will print