Skip to content

Commit a2dff6a

Browse files
authored
Merge pull request #13588 from nextcloud/alexanderdd-patch-1
clarify "Enable an app for specific groups of users"
2 parents fb5b77f + 6e4051e commit a2dff6a

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)