summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormortee <mortee.github@kavemalna.hu>2024-02-16 17:05:28 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2024-02-21 09:16:30 +0100
commitc926982281dae1740d8895f53c70b12e436385ab (patch)
tree3919124e57a7edd99ee8113a1fe698fdc2ad95f3
parent70e18cdb2e1f86d713f8c40e83a84c606a22c16f (diff)
cosmetic docs changes
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com> Signed-off-by: mortee <mortee.github@kavemalna.hu>
-rw-r--r--docs/troubleshooting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 39677b564..9c24cae1a 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -77,8 +77,8 @@ The same check that is done in the News admin settings can be done using occ too
Adding the --check-elapsed option displays the time elapsed since the last execution,
and if it's considered too long ago, a message will be displayed, and the command returns
with exit code 2. This can be used in scripts to send an alert for example.
-```bash
-sudo -u www-data php ./occ news:updater:job --check-elapsed
+```console
+$ sudo -u www-data php ./occ news:updater:job --check-elapsed
Checking update Status
Last Execution was 2023-03-20 12:20:03 UTC
8 hours, 21 minutes, 20 seconds ago