change the search subcommand so that it fits the documentation

This commit is contained in:
Tobias Diekershoff 2020-08-26 09:31:21 +02:00
parent 9601f54054
commit 321121f213
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ HELP;
case 'guid':
$user = UserModel::getByGuid($param, $fields);
break;
case 'email':
case 'mail':
$user = UserModel::getByEmail($param, $fields);
break;
case 'nick':