Created
December 30, 2009 22:12
-
-
Save edavis10/266448 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ r -D redmine:send_reminders | |
(in /home/edavis/dev/redmine/redmine-core) | |
rake redmine:send_reminders | |
Send reminders about issues due in the next days. | |
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) | |
Example: | |
rake redmine:send_reminders days=7 RAILS_ENV="production" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment