mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-03 23:53:23 +00:00
Fix typo in rdm-mailhandler.rb: s/subadress/subaddress/ (#27812)
git-svn-id: http://svn.redmine.org/redmine/trunk@17120 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
cf172f4b0d
commit
53e419d5bb
@ -86,7 +86,7 @@ class RedmineMailHandler
|
||||
"user") { |v| self.no_notification = '1'}
|
||||
opts.separator("")
|
||||
opts.separator("Issue attributes control options:")
|
||||
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",
|
||||
"in To, Cc, Bcc headers") {|v| self.project_from_subaddress = v}
|
||||
opts.on("-p", "--project PROJECT", "identifier of the target project") {|v| self.issue_attributes['project'] = v}
|
||||
opts.on("-s", "--status STATUS", "name of the target status") {|v| self.issue_attributes['status'] = v}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user