File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ module Readline; end
35
35
$openuri_options = { }
36
36
$openuri_options[ :ssl_verify_mode ] = OpenSSL ::SSL ::VERIFY_NONE unless ssl_verify
37
37
38
- TARGET_VERSION = target_version || ENV [ 'TARGET_VERSION' ] || ( raise 'need to specify TARGET_VERSION' )
38
+ TARGET_VERSION = target_version || ENV [ 'TARGET_VERSION' ] || ( puts opts . help ; raise 'need to specify TARGET_VERSION' )
39
39
RUBY_REPO_PATH = repo_path || ENV [ 'RUBY_REPO_PATH' ]
40
40
BACKPORT_CF_KEY = 'cf_5'
41
41
STATUS_CLOSE = 5
42
- REDMINE_API_KEY = api_key || ENV [ 'REDMINE_API_KEY' ] || ( raise 'need to specify REDMINE_API_KEY' )
42
+ REDMINE_API_KEY = api_key || ENV [ 'REDMINE_API_KEY' ] || ( puts opts . help ; raise 'need to specify REDMINE_API_KEY' )
43
43
REDMINE_BASE = 'https://bugs.ruby-lang.org'
44
44
45
45
@query = {
You can’t perform that action at this time.
0 commit comments