From cde691038e2b9764a996fc0ce827294580d10566 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 7731fdd76..8dd1d62bb 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.