summaryrefslogtreecommitdiffstats
path: root/lib/tasks/reminder.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/reminder.rake')
-rw-r--r--lib/tasks/reminder.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/reminder.rake b/lib/tasks/reminder.rake
index f1d4619ca..ba1abd1da 100644
--- a/lib/tasks/reminder.rake
+++ b/lib/tasks/reminder.rake
@@ -22,7 +22,7 @@ Available options:
* days => number of days to remind about (defaults to 7)
* tracker => id of tracker (defaults to all trackers)
* project => id or identifier of project (defaults to all projects)
- * users => comma separated list of user ids who should be reminded
+ * users => comma separated list of user/group ids who should be reminded
Example:
rake redmine:send_reminders days=7 users="1,23, 56" RAILS_ENV="production"