clarify "Enable an app for specific groups of users"

so it is easier to find, e.g. when you search for "restrict"

Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
This commit is contained in:
Alexander Müller
2025-09-02 09:18:32 -05:00
committed by GitHub
parent 9d635a514b
commit 6e4051eca2

View File

@@ -268,7 +268,7 @@ Enable an app regardless of the Nextcloud version requirement::
sudo -E -u www-data php occ app:enable --force files_external
files_external enabled
Enable an app for specific groups of users::
Enable an app for specific groups of users (i.e. restrict an app so only specific groups can see and use them)::
sudo -E -u www-data php occ app:enable --groups admin --groups sales files_external
files_external enabled for groups: admin, sales