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"