Skip to content

Commit

Permalink
Add --backtrace-limit option to the man page
Browse files Browse the repository at this point in the history
  • Loading branch information
tomstuart authored and nobu committed Jul 15, 2023
1 parent de68e24 commit c32b608
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions man/ruby.1
Expand Up @@ -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
Expand Down

0 comments on commit c32b608

Please sign in to comment.