diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-01 07:12:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-01 07:12:39 +0000 |
commit | 25b9ecd0ca8818034909e2d3c7096d15c2102ed7 (patch) | |
tree | cf14fda3ca8e98a8646044c2220fcf53f13db878 /extra | |
parent | 33d5ca2997952dc9616bf5df5a1a6a88eddd4b95 (diff) | |
download | redmine-25b9ecd0ca8818034909e2d3c7096d15c2102ed7.tar.gz redmine-25b9ecd0ca8818034909e2d3c7096d15c2102ed7.zip |
Wrong allow-override example in rdm-mailhandler.rb (#23829).
git-svn-id: http://svn.redmine.org/redmine/trunk@15843 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra')
-rw-r--r-- | extra/mail_handler/rdm-mailhandler.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/mail_handler/rdm-mailhandler.rb b/extra/mail_handler/rdm-mailhandler.rb index 4a74df15a..5d4a10632 100644 --- a/extra/mail_handler/rdm-mailhandler.rb +++ b/extra/mail_handler/rdm-mailhandler.rb @@ -108,12 +108,12 @@ Overrides: * project, tracker, status, priority, category, assigned_to, fixed_version, start_date, due_date, estimated_hours, done_ratio * custom fields names with underscores instead of spaces (case insensitive) - Example: --allow_override=project,priority,my_custom_field + Example: --allow-override=project,priority,my_custom_field If the --project option is not set, project is overridable by default for emails that create new issues. - You can use --allow_override=all to allow all attributes to be overridable. + You can use --allow-override=all to allow all attributes to be overridable. Examples: No project specified, emails MUST contain the 'Project' keyword, otherwise |