Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'admin_manual/configuration_server/occ_command.rst')
-rw-r--r--admin_manual/configuration_server/occ_command.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst
index 3a768f878..979012719 100644
--- a/admin_manual/configuration_server/occ_command.rst
+++ b/admin_manual/configuration_server/occ_command.rst
@@ -757,11 +757,11 @@ The command ``occ files:transfer-ownership`` can be used to transfer files from
Usage:
files:transfer-ownership [options] [--] <source-user> <destination-user>
-
+
Arguments:
source-user owner of files which shall be moved
destination-user user who will be the new owner of the files
-
+
Options:
--path=PATH selectively provide the path to transfer. For example --path="folder_name" [default: ""]
--move move data from source user to root directory of destination user, which must be empty
@@ -795,7 +795,7 @@ The command line option ``--transfer-incoming-shares`` overwrites the config.php
sudo -u www-data php occ files:transfer-ownership --transfer-incoming-shares=0 <source-user> <destination-user>
Users may also transfer files or folders selectively by themselves.
-See `user documentation <https://docs.nextcloud.com/server/latest/user_manual/en/files/transfer_ownership.html>`_ for details.
+See `user documentation <https://docs.nextcloud.com/server/25/user_manual/en/files/transfer_ownership.html>`_ for details.
.. _occ_sharing_label:
@@ -864,7 +864,7 @@ Verify your app::
sudo -u www-data php occ integrity:check-app --path=/pathto/app appname
When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing
-<https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
+<https://docs.nextcloud.com/server/25/developer_manual/app_publishing_maintenance/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
.. TODO ON RELEASE: Update version number above on release
@@ -1544,7 +1544,7 @@ Edit a tag::
sudo -u www-data php occ tag:edit --name <name> --access <access> <id>
-`--name` and `--access` are optional.
+`--name` and `--access` are optional.
Delete a tag::
@@ -1553,7 +1553,7 @@ Delete a tag::
Access level
========== ======== ==========
-Level Visible¹ Assignable²
+Level Visible¹ Assignable²
========== ======== ==========
public Yes Yes
restricted Yes No
@@ -1561,7 +1561,7 @@ invisible No No
========== ======== ==========
| ¹ User can see the tag
-| ² User can assign the tag to a file
+| ² User can assign the tag to a file
.. _occ_debugging: