Skip to content

Commit 35149a3

Browse files
authored
Merge pull request #11843 from nextcloud/fix/noid/occ-dashboard-layout
fix(docs): Fix occ example for dashboard layout
2 parents a8e05dc + dd59014 commit 35149a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_manual/configuration_server/dashboard_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The layout of an existing user can be read with the following command::
2121

2222
The layout of the dashboard for a specific user can be set with the following command::
2323

24-
occ user:setting admin dashboard layout --value="calendar,files,activity"
24+
occ user:setting admin dashboard layout "calendar,files,activity"
2525

2626
The default layout of the dashboard for all users can be set with the following command::
2727

0 commit comments

Comments
 (0)