From 1b76dd10cd41b484693f84a63f7b044944b9dfe0 Mon Sep 17 00:00:00 2001 From: Immanuel Pasanec Date: Tue, 23 Nov 2021 15:35:49 +0100 Subject: [PATCH] Added possible parameters for --transfer-incoming-shares option. Signed-off-by: Immanuel Pasanec --- admin_manual/configuration_server/occ_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 575b7e54b..9c602a06c 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -750,7 +750,7 @@ It is also possible to transfer only one directory along with it's contents. Thi sudo -u www-data php occ files:transfer-ownership --path="path_to_dir" -In case the incoming shares must be transferred as well, use the argument ``--transfer-incoming-shares``:: +In case the incoming shares must be transferred as well, use the argument ``--transfer-incoming-shares`` with ``0`` or ``1`` as parameters :: sudo -u www-data php occ files:transfer-ownership --transfer-incoming-shares=1 --path="path_to_dir"