Skip to content

Commit

Permalink
Fixes typo in UpdateUser Command
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrupp committed May 6, 2019
1 parent f5e61ba commit a4e1609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/UpdateUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ protected function configure()
{
$this
->setName('cas:update-user')
->setDescription('Updates an existing user and (if not yet a CAS user( converts the record to CAS backend.')
->setDescription('Updates an existing user and, if not yet a CAS user, converts the record to CAS backend.')
->addArgument(
'uid',
InputArgument::REQUIRED,
Expand Down

0 comments on commit a4e1609

Please sign in to comment.