diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-08-09 18:25:34 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-09-25 22:57:28 +0900 |
commit | 70e8a08295114fa3cb112ddb42844889f7f98eb1 () | |
tree | 9528a9003ccaebf48858d74fbb0160068c8ca3eb /man | |
parent | 696f08238bc25a27e4b96c355c26bc0d27738548 (diff) |
Add `--bugreport-path` option
It has precedence over the environment variable `RUBY_BUGREPORT_PATH`.
-rw-r--r-- | man/ruby.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,7 @@ .Op Fl - Ns Bro Cm enable Ns | Ns Cm disable Brc Ns - Ns Ar FEATURE .Op Fl -dump Ns = Ns Ar target .Op Fl -verbose .Op Fl - .Op Ar program_file .Op Ar argument ... @@ -469,6 +470,12 @@ variable to true. If this switch is given, and no script arguments (script file or .Fl e options) are present, Ruby quits immediately. .El .Pp .Sh ENVIRONMENT |