Skip to content

Commit

Permalink
Add email reminder route to console usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydin committed Feb 16, 2015
1 parent 09a1af0 commit fb7815b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/JhFlexiTime/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ public function getConsoleUsage(Console $console)
'calc-prev-month-balance' =>
"Calculate the previous month balance for all users and add it on to their running balance",
'set user init-balance <userEmail> <balance>' =>
"Set a user's starting balance"
"Set a user's starting balance",
'notify-missing-bookings' =>
'Send reminder e-mail to any user who has missed bookings for the period specified in the config'
];
}

Expand Down

0 comments on commit fb7815b

Please sign in to comment.