diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-12-01 07:38:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 07:38:19 +0100 |
commit | 4bd42110c6c90bd02bca6edfc15913680e021091 (patch) | |
tree | 80ca939a457a0d7a3f5c2b91d8098ca804b00a25 /docs/en | |
parent | f3a1b896b370adb8c82d0446a20972074c4d9a61 (diff) | |
parent | b46e63fc0adfef243ffc498e10513949182162da (diff) | |
download | wallabag-4bd42110c6c90bd02bca6edfc15913680e021091.tar.gz wallabag-4bd42110c6c90bd02bca6edfc15913680e021091.tar.zst wallabag-4bd42110c6c90bd02bca6edfc15913680e021091.zip |
Merge pull request #2672 from wallabag/fix-typo
Fixed typo in asynchronous documentation
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/developer/asynchronous.rst | 2 |
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 | ||
155 | If 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 : | 155 | If 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 | ||