aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User/LastSeen.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/User/LastSeen.php')
-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 61a6c97ce72..dbb611a4fff 100644
--- a/core/Command/User/LastSeen.php
+++ b/core/Command/User/LastSeen.php
@@ -64,7 +64,7 @@ class LastSeen extends Base {
}
if (!$input->getOption('all')) {
- $output->writeln("<error>Please specify a username, or \"--all\" to list all</error>");
+ $output->writeln('<error>Please specify a username, or "--all" to list all</error>');
return 1;
}