summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-23 09:31:08 +0300
committerAndrew Dolgov <[email protected]>2017-02-23 09:31:08 +0300
commitf50d4775a26a5aba1b5bb4695b067e2c4b9fbb58 (patch)
tree3924a0ac95ad80988fca0fc8786608fee7a14283
parent2c0087de049ddbf20731eb1e8bb503de2ba6b50e (diff)
fox created page: test
-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