Skip to content

Commit 5ca20ad

Browse files
authored
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>
1 parent 9d635a5 commit 5ca20ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_manual/occ_command.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ enabled or disabled::
250250

251251
sudo -E -u www-data php occ app:list
252252

253-
List all of your installed and enabled (flag `--enabled`) or disabled (flag `--disabled`) apps::
253+
List all of your installed and enabled (flag ``--enabled``) or disabled (flag ``--disabled``) apps::
254254

255255
sudo -E -u www-data php occ app:list --enabled
256256

0 commit comments

Comments
 (0)