summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UpdatingFeeds.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/UpdatingFeeds.md b/UpdatingFeeds.md
index 718e16c..1e70df3 100644
--- a/UpdatingFeeds.md
+++ b/UpdatingFeeds.md
@@ -22,7 +22,7 @@ recommended, but not required, to run the daemon under your website user
id (usually www-data, apache or something like that) to prevent file
ownership issues.
-Run: <code>php ./update.php —daemon</code> (single process) or <code>php ./update\_daemon2.php</code> (multi-process)
+Run: <code>php ./update.php --daemon</code> (single process) or <code>php ./update\_daemon2.php</code> (multi-process)
The script doesn’t daemonize (e.g. detach from the terminal).
@@ -44,7 +44,7 @@ You can setup the daemon as a simple systemd service like this:
Use <code>journalctl -u ttrss_backend</code> to look through daemon console
output.
-Periodical updating from crontab, using update script (update.php —feeds)
+Periodical updating from crontab, using update script (update.php --feeds)
-------------------------------------------------------------------------
Use this if you have access to PHP command line interpreter but not