diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-01-07 23:06:37 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-01-09 16:59:47 +0100 |
commit | 0f58bd02c1489d144082695c4a8da41de1353b5c (patch) | |
tree | a72e14832751b673088be27acf848f668f8ef982 /core/register_command.php | |
parent | 4b4901519d144f93cd3b738d919e04a75d3cbb43 (diff) | |
download | nextcloud-server-0f58bd02c1489d144082695c4a8da41de1353b5c.tar.gz nextcloud-server-0f58bd02c1489d144082695c4a8da41de1353b5c.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()); |