We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf172f4 commit 53e419dCopy full SHA for 53e419d
extra/mail_handler/rdm-mailhandler.rb
@@ -86,7 +86,7 @@ def initialize
86
"user") { |v| self.no_notification = '1'}
87
opts.separator("")
88
opts.separator("Issue attributes control options:")
89
- opts.on( "--project-from-subaddress ADDR", "select project from subadress of ADDR found",
+ opts.on( "--project-from-subaddress ADDR", "select project from subaddress of ADDR found",
90
"in To, Cc, Bcc headers") {|v| self.project_from_subaddress = v}
91
opts.on("-p", "--project PROJECT", "identifier of the target project") {|v| self.issue_attributes['project'] = v}
92
opts.on("-s", "--status STATUS", "name of the target status") {|v| self.issue_attributes['status'] = v}
0 commit comments