diff options
author | Tom Stuart <[email protected]> | 2023-07-01 15:38:26 +0100 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-07-16 00:39:01 +0900 |
commit | c32b608e76c6da9396a133deae4b9196af6d5563 () | |
tree | be054bd34165aedea38dc131a4520fcb5d802060 /man | |
parent | de68e240c7a1ded3049ee23d8bf2db5a15f4f39b (diff) |
Add `--backtrace-limit` option to the man page
-rw-r--r-- | man/ruby.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -271,6 +271,11 @@ In auto-split mode, Ruby executes .Dl $F = $_.split at beginning of each loop. .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 |