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 committed Jul 1, 2023
1 parent 272b234 commit ead51f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions man/ruby.1
Original file line number Diff line number Diff line change
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 ead51f6

Please sign in to comment.