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 (patch) | |
tree | 9528a9003ccaebf48858d74fbb0160068c8ca3eb /man | |
parent | 696f08238bc25a27e4b96c355c26bc0d27738548 (diff) |
Add `--bugreport-path` option
It has precedence over the environment variable `RUBY_BUGREPORT_PATH`.
Diffstat (limited to 'man')
-rw-r--r-- | man/ruby.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/ruby.1 b/man/ruby.1 index e0d6733880..e552cf9146 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -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 -bugreport-path Ns = Ns Ar template .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. +.Pp +.It Fl -bugreport-path Ns = Ns Ar template +Sets the template of path name to save bug report. +See +.Ev RUBY_BUGREPORT_PATH +environment variable for details. .El .Pp .Sh ENVIRONMENT |