summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-15 18:02:55 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-15 18:02:55 +0100
commit907430a80812bbf5378a4c5d10de6ab7ddf6f8e4 (patch)
tree303399ac0879bc74315b8f60b82bde194faf81d8
parent3ab328350a5b56e0554473789f8351e143db3690 (diff)
parente611b85f51f58575c9fc0ca9e6c3a0b94756446f (diff)
downloadnextcloud-server-907430a80812bbf5378a4c5d10de6ab7ddf6f8e4.tar.gz
nextcloud-server-907430a80812bbf5378a4c5d10de6ab7ddf6f8e4.zip
Merge pull request #22406 from pierreozoux/patch-1
typo
-rw-r--r--core/command/user/lastseen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/user/lastseen.php b/core/command/user/lastseen.php
index 1d2c17e3d3f..d71a5aedcb0 100644
--- a/core/command/user/lastseen.php
+++ b/core/command/user/lastseen.php
@@ -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,