aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-30 22:02:08 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-30 22:02:08 +0100
commitb46e63fc0adfef243ffc498e10513949182162da (patch)
tree80ca939a457a0d7a3f5c2b91d8098ca804b00a25 /docs/en
parentf3a1b896b370adb8c82d0446a20972074c4d9a61 (diff)
downloadwallabag-b46e63fc0adfef243ffc498e10513949182162da.tar.gz
wallabag-b46e63fc0adfef243ffc498e10513949182162da.tar.zst
wallabag-b46e63fc0adfef243ffc498e10513949182162da.zip
Fixed typo in asynchronous documentation
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/developer/asynchronous.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developer/asynchronous.rst b/docs/en/developer/asynchronous.rst
index 6a991cf6..5cd40231 100644
--- a/docs/en/developer/asynchronous.rst
+++ b/docs/en/developer/asynchronous.rst
@@ -150,7 +150,7 @@ Depending on which service you want to import from you need to enable one (or ma
150 bin/console wallabag:import:redis-worker -e=prod firefox -vv >> /path/to/wallabag/var/logs/redis-firefox.log 150 bin/console wallabag:import:redis-worker -e=prod firefox -vv >> /path/to/wallabag/var/logs/redis-firefox.log
151 151
152 # for Chrome import 152 # for Chrome import
153 bin/console wallabag:import:redis-worker -e=prod instapaper -vv >> /path/to/wallabag/var/logs/redis-chrome.log 153 bin/console wallabag:import:redis-worker -e=prod chrome -vv >> /path/to/wallabag/var/logs/redis-chrome.log
154 154
155If you want to launch the import only for some messages and not all, you can specify this number (here 12) and the worker will stop right after the 12th message : 155If you want to launch the import only for some messages and not all, you can specify this number (here 12) and the worker will stop right after the 12th message :
156 156