mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
fix formatting of code sample
correcting from one backtick to two backticks as documented here https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#inline-markup Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
This commit is contained in:
@@ -250,7 +250,7 @@ enabled or disabled::
|
||||
|
||||
sudo -E -u www-data php occ app:list
|
||||
|
||||
List all of your installed and enabled (flag `--enabled`) or disabled (flag `--disabled`) apps::
|
||||
List all of your installed and enabled (flag ``--enabled``) or disabled (flag ``--disabled``) apps::
|
||||
|
||||
sudo -E -u www-data php occ app:list --enabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user