diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-01-07 23:06:37 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-01-07 23:06:37 +0100 |
commit | bc1235d325c5b8ff659afc6700e82e35e2912fbb (patch) | |
tree | 8e40e0b8d4badf0f0285af69f1c76ab2f430214d /core/register_command.php | |
parent | 1e1ced777275c70307d26556843938e68ca25fde (diff) | |
download | nextcloud-server-bc1235d325c5b8ff659afc6700e82e35e2912fbb.tar.gz nextcloud-server-bc1235d325c5b8ff659afc6700e82e35e2912fbb.zip |
Add command line tool to show numbers of users and user directories
Diffstat (limited to 'core/register_command.php')
-rw-r--r-- | core/register_command.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php index e4f3b124365..2efa838e9ee 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -15,3 +15,4 @@ $application->add(new OC\Core\Command\App\Disable()); $application->add(new OC\Core\Command\App\Enable()); $application->add(new OC\Core\Command\App\ListApps()); $application->add(new OC\Core\Command\Maintenance\Repair(new \OC\Repair())); +$application->add(new OC\Core\Command\User\Report()); |