Archived
1
0
Fork 0

Add a way to remove bonus/malus

This commit is contained in:
Mercier Pierre-Olivier 2013-10-02 19:45:48 +02:00
parent 663a77a084
commit f3904e62b2
4 changed files with 33 additions and 6 deletions

View file

@ -45,5 +45,6 @@ if ($#ARGV >= 1)
}
else
{
say "$0 <project_id> [project_year] <file> [files ...]";
say "$0 [-d] <project_id> [project_year] <file> [files ...]";
say "\t-d: delete bonus for listed logins (matching value if given)"
}