fix(docs): Fix occ example for dashboard layout

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller
2024-05-20 18:28:19 +02:00
parent a8e05dc6f3
commit dd59014ac3

View File

@@ -21,7 +21,7 @@ The layout of an existing user can be read with the following command::
The layout of the dashboard for a specific user can be set with the following command::
occ user:setting admin dashboard layout --value="calendar,files,activity"
occ user:setting admin dashboard layout "calendar,files,activity"
The default layout of the dashboard for all users can be set with the following command::