From fb0af3ffc7da07ba1f0cedb7f67e3319556eac8b Mon Sep 17 00:00:00 2001 From: cloud2018 <34692335+cloud2018@users.noreply.github.com> Date: Tue, 28 May 2019 14:50:48 +0200 Subject: [PATCH] parameter --all-users for trashbin:cleanup --- admin_manual/configuration_server/occ_command.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 915ada09d..dc2bb7719 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -984,18 +984,18 @@ Trashbin This command is only available when the "Deleted files" app (``files_trashbin``) is enabled. -The ``trashbin:cleanup`` command removes the deleted files of the specified -users in a space-delimited list, or all users if none are specified. +The ``trashbin:cleanup [--all-users] [--] [...]`` command removes the deleted files of the specified +users in a space-delimited list, or all users if --all-users is specified. :: trashbin - trashbin:cleanup Remove deleted files + trashbin:cleanup [--all-users] [--] [...] Remove deleted files This example removes the deleted files of all users:: - sudo -u www-data php occ trashbin:cleanup - Remove all deleted files + sudo -u www-data php occ trashbin:cleanup --all-users + Remove all deleted files for all users Remove deleted files for users on backend Database freda molly