From bf1fa3234052d796379f6fe1436700fc12e4a3c9 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 1 Jun 2016 09:54:06 -0700 Subject: [PATCH] add some clarification how integrity check works, and rescans --- 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 4e00041cc..3d509ce44 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -694,7 +694,7 @@ Verify your app:: When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing `_ in the Developer manual for more detailed information. -``integrity:check-core`` and ``integrity:sign-core`` are for ownCloud core developers only. +``integrity:sign-core`` is for ownCloud core developers only. See :doc:`../issues/code_signing` to learn more.