From acbba9adb2e362079ce1fb84be1868b198cc1da0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 23 Oct 2021 13:43:24 +0200 Subject: Improved markdownlint (#3918) * Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/README.md') diff --git a/cli/README.md b/cli/README.md index 5a6ca75fa..ea60fe851 100644 --- a/cli/README.md +++ b/cli/README.md @@ -95,7 +95,7 @@ Some commands display information on standard error; cron will send an email wit To avoid cron sending email on success: -```sh +```text @daily /usr/local/bin/my-command > /var/log/cron-freshrss-stdout.log 2>/var/log/cron-freshrss-stderr.log || cat /var/log/cron-freshrss-stderr.log ``` -- cgit v1.2.3