From 192c7acbe906bc377d75cd4d1b8e5fa3dd1618ed Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 18 Jan 2024 14:08:47 +0100 Subject: [PATCH] fix(admin): Adjust wording Co-authored-by: Josh Signed-off-by: Ferdinand Thiessen --- 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 05d12a941..aa0a1df65 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -264,7 +264,7 @@ To update all apps:: sudo -u www-data php occ app:update --all -To show only available updates:: +To show available update(s) without updating:: sudo -u www-data php occ app:update --showonly