diff --git a/admin_manual/configuration/server/occ_command.rst b/admin_manual/configuration/server/occ_command.rst index ee34f95f1..698cfa66a 100644 --- a/admin_manual/configuration/server/occ_command.rst +++ b/admin_manual/configuration/server/occ_command.rst @@ -173,10 +173,11 @@ The ``app`` commands list, enable, and disable apps:: (added in 9.0) app:list List all available apps -List all of your installed apps, and show whether they are -enabled or disabled:: +List all of your installed apps or optionally provide a search pattern to restrict +the list of apps to those whose name matches the given regular expression. +The output shows whether they are enabled or disabled:: - sudo -u www-data php occ app:list + sudo -u www-data php occ app:list [] Enable an app, for example the Market app::