Skip to content

Commit 6e4051e

Browse files
authored
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>
1 parent 9d635a5 commit 6e4051e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_manual/occ_command.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Enable an app regardless of the Nextcloud version requirement::
268268
sudo -E -u www-data php occ app:enable --force files_external
269269
files_external enabled
270270

271-
Enable an app for specific groups of users::
271+
Enable an app for specific groups of users (i.e. restrict an app so only specific groups can see and use them)::
272272

273273
sudo -E -u www-data php occ app:enable --groups admin --groups sales files_external
274274
files_external enabled for groups: admin, sales

0 commit comments

Comments
 (0)