diff options
Diffstat (limited to 'docs/en/developer/rabbitmq.rst')
-rw-r--r-- | docs/en/developer/rabbitmq.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/en/developer/rabbitmq.rst b/docs/en/developer/rabbitmq.rst index 63b85106..ca0b0f3a 100644 --- a/docs/en/developer/rabbitmq.rst +++ b/docs/en/developer/rabbitmq.rst | |||
@@ -55,22 +55,22 @@ Depending on which service you want to import from you need to enable one (or ma | |||
55 | .. code:: bash | 55 | .. code:: bash |
56 | 56 | ||
57 | # for Pocket import | 57 | # for Pocket import |
58 | bin/console rabbitmq:consumer import_pocket -w | 58 | bin/console rabbitmq:consumer -e=prod import_pocket -w |
59 | 59 | ||
60 | # for Readability import | 60 | # for Readability import |
61 | bin/console rabbitmq:consumer import_readability -w | 61 | bin/console rabbitmq:consumer -e=prod import_readability -w |
62 | 62 | ||
63 | # for Instapaper import | 63 | # for Instapaper import |
64 | bin/console rabbitmq:consumer import_instapaper -w | 64 | bin/console rabbitmq:consumer -e=prod import_instapaper -w |
65 | 65 | ||
66 | # for wallabag v1 import | 66 | # for wallabag v1 import |
67 | bin/console rabbitmq:consumer import_wallabag_v1 -w | 67 | bin/console rabbitmq:consumer -e=prod import_wallabag_v1 -w |
68 | 68 | ||
69 | # for wallabag v2 import | 69 | # for wallabag v2 import |
70 | bin/console rabbitmq:consumer import_wallabag_v2 -w | 70 | bin/console rabbitmq:consumer -e=prod import_wallabag_v2 -w |
71 | 71 | ||
72 | # for Firefox import | 72 | # for Firefox import |
73 | bin/console rabbitmq:consumer import_firefox -w | 73 | bin/console rabbitmq:consumer -e=prod import_firefox -w |
74 | 74 | ||
75 | # for Chrome import | 75 | # for Chrome import |
76 | bin/console rabbitmq:consumer import_chrome -w | 76 | bin/console rabbitmq:consumer -e=prod import_chrome -w |