mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
typo
This commit is contained in:
parent
3ab328350a
commit
e611b85f51
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class LastSeen extends Command {
|
|||
protected function configure() {
|
||||
$this
|
||||
->setName('user:lastseen')
|
||||
->setDescription('shows when the user was logged it last time')
|
||||
->setDescription('shows when the user was logged in last time')
|
||||
->addArgument(
|
||||
'uid',
|
||||
InputArgument::REQUIRED,
|
||||
|
|
|
|||
Loading…
Reference in a new issue