diff options
-rw-r--r-- | man/ruby.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ruby.1 b/man/ruby.1 index f4150ae77a..cbd14e0ecc 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -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 |