]> source.dussan.org Git - redmine.git/commitdiff
fix typo in imap examples at lib/tasks/email.rake (#9198)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 7 Sep 2011 01:00:19 +0000 (01:00 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 7 Sep 2011 01:00:19 +0000 (01:00 +0000)
Contributed by Nathan L Smith.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7068 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/tasks/email.rake

index 37c992dd9afe4e90694478e6280a1787de83fefc..617272a49a0fb1aa99eea0291403c7fbd6b38fab 100644 (file)
@@ -100,14 +100,14 @@ Processed emails control options:
 Examples:\r
   # No project specified. Emails MUST contain the 'Project' keyword:\r
 \r
-  rake redmine:email:receive_iamp RAILS_ENV="production" \\\r
+  rake redmine:email:receive_imap RAILS_ENV="production" \\\r
     host=imap.foo.bar username=redmine@example.net password=xxx\r
 \r
 \r
   # Fixed project and default tracker specified, but emails can override\r
   # both tracker and priority attributes:\r
 \r
-  rake redmine:email:receive_iamp RAILS_ENV="production" \\\r
+  rake redmine:email:receive_imap RAILS_ENV="production" \\\r
     host=imap.foo.bar username=redmine@example.net password=xxx ssl=1 \\\r
     project=foo \\\r
     tracker=bug \\\r