Add a way to remove bonus/malus
This commit is contained in:
parent
663a77a084
commit
f3904e62b2
4 changed files with 33 additions and 6 deletions
|
@ -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)"
|
||||
}
|
||||
|
|
Reference in a new issue