There was a difference between the described flags and the actual implementation. While the list of flags accepted a users flag, the code actually checked for a user flag. Seeing that the business logic seems to handle only one user, I renamed the flag to user.
There was a difference between the described flags and the actual implementation. While the list of flags accepted a
users
flag, the code actually checked for auser
flag. Seeing that the business logic seems to handle only one user, I renamed the flag touser
.