From 5ca20ad0013be6c2905199e203bf45ecb2d231b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCller?= <28591861+alexanderdd@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:21:43 -0500 Subject: [PATCH] fix formatting of code sample MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- admin_manual/occ_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/occ_command.rst b/admin_manual/occ_command.rst index e6a7d73c7..cf3acb4ab 100644 --- a/admin_manual/occ_command.rst +++ b/admin_manual/occ_command.rst @@ -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