summaryrefslogtreecommitdiffstats
path: root/core/command/user
diff options
context:
space:
mode:
authorJens-Christian Fischer <jens-christian.fischer@switch.ch>2015-06-11 13:02:47 +0200
committerJens-Christian Fischer <jens-christian.fischer@switch.ch>2015-06-11 13:02:47 +0200
commit0013c4115ebf71218ffa9d9202ffe4b5c3979f16 (patch)
tree5fed48d35382cbd70667c44a0b238dbe1db6380c /core/command/user
parent672b8752e4491f9a2749d133dad49da66be2d2dd (diff)
downloadnextcloud-server-0013c4115ebf71218ffa9d9202ffe4b5c3979f16.tar.gz
nextcloud-server-0013c4115ebf71218ffa9d9202ffe4b5c3979f16.zip
Fix error message and add 'user' to it
Diffstat (limited to 'core/command/user')
-rw-r--r--core/command/user/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/user/delete.php b/core/command/user/delete.php
index 8cac03157eb..63b81134873 100644
--- a/core/command/user/delete.php
+++ b/core/command/user/delete.php
@@ -63,6 +63,6 @@ class Delete extends Command {
return;
}
- $output->writeln('<error>The specified could not be deleted. Please check the logs.</error>');
+ $output->writeln('<error>The specified user could not be deleted. Please check the logs.</error>');
}
}