Merge pull request #22406 from pierreozoux/patch-1

typo
This commit is contained in:
Thomas Müller 2016-02-15 18:02:55 +01:00
commit 907430a808
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class LastSeen extends Command {
protected function configure() { protected function configure() {
$this $this
->setName('user:lastseen') ->setName('user:lastseen')
->setDescription('shows when the user was logged it last time') ->setDescription('shows when the user was logged in last time')
->addArgument( ->addArgument(
'uid', 'uid',
InputArgument::REQUIRED, InputArgument::REQUIRED,