1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-21 18:11:10 +00:00

Fixed typo in asynchronous documentation

This commit is contained in:
Nicolas Lœuillet 2016-11-30 22:02:08 +01:00
parent f3a1b896b3
commit b46e63fc0a
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
3 changed files with 4 additions and 4 deletions

View file

@ -150,7 +150,7 @@ Depending on which service you want to import from you need to enable one (or ma
bin/console wallabag:import:redis-worker -e=prod firefox -vv >> /path/to/wallabag/var/logs/redis-firefox.log
# for Chrome import
bin/console wallabag:import:redis-worker -e=prod instapaper -vv >> /path/to/wallabag/var/logs/redis-chrome.log
bin/console wallabag:import:redis-worker -e=prod chrome -vv >> /path/to/wallabag/var/logs/redis-chrome.log
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 :