change the search subcommand so that it fits the documentation
This commit is contained in:
parent
9601f54054
commit
321121f213
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue